Marek Belisko
Marek Belisko
I'm trying to setup ad-hoc mode with 5GHz band but seems it's not working. I tested on 2.4 GHz and it works just fine. I use: ``` sudo modprobe 8812au...
Hi, does anybody know if this driver support hostapd feature called ACS (Automatic Channel Selection). Mainline doesn't and I would like to use this. Thanks.
Hi, is is possible to use initramfs-tool initrd instead of dracut? Thanks.
Hi, I'm using multipart POST method to upload file to server. File is ~100M and it take some time when it is uploaded. Is there possibility to somehow show kind...
Hi, thanks for nice work. I browsed through library and seems interesting. Is there some embedded project which using this library? I'm in process of define and write some generic...
### Describe the bug With this test code: ``` package main import ( "fmt" "time" "github.com/go-co-op/gocron" ) func main() { s := gocron.NewScheduler(time.UTC) dayOn, _ := s.Every(1).Day().At("20:31;20:34;20:36").Do(func() { fmt.Println("on", time.Now())...
Hi, I'm trying to test cotire on my cmake based app. I added all necessary things as was described in manual. When I run compilation it seems to compile everything...
I'm trying to generate code for this dbc file: https://canlogger1000.csselectronics.com/files/guides/mdf-intro/OBD2-DBC-MDF4.zip (CSS-Electronics-OBD2-Extended-v1.4.dbc) but if fails first with: ``` go run go.einride.tech/can/cmd/cantool generate `pwd` `pwd` > out.txt cantool: error: failed to parse...
Hi, I'm using kirkstone release of this layer in my project but would like to use new kernel 6.1. I've backported it to my layer (basically took it from master...
**Description** Trying to enable initramfs with plymouth support so added initramfs image recipe (image-minimal-initramfs.bb) with content: ``` IMAGE_FSTYPES:rpi = " ${INITRAMFS_FSTYPES}" PACKAGE_INSTALL = "${VIRTUAL-RUNTIME_base-utils} ${ROOTFS_BOOTSTRAP_INSTALL} plymouth" # Do not pollute...