Kuba Szczodrzyński
Kuba Szczodrzyński
Right, I see. I'm not entirely sure if my project would suffice for their needs: because Realtek's SDK and Arduino cores are quite messy, I'm mostly rewriting everything from scratch...
Hi, I think I have an idea of how could this be implemented, in terms of UX. This would adapt to more use cases. I, for example, would like to...
Okay, makes sense. So BetterSongList would be a "frontend" to the filters PM creates? If so, you can consider also implementing something like I described above. As for data structures,...
Right, that's a good point! I'll refactor that tomorrow. EDIT: Is a runtime (or compile-time) verification also required (in the C++ code)?
Okay, the option is now incompatible with either `ssid`, `password` or `networks`. ```yaml Failed config wifi: [source .\aubess-4b1-03h4-01.yml:35] WiFi credentials cannot be used together with keep_user_credentials. keep_user_credentials: True ssid: 127.0.0.1...
Jest to prawda
Yes, the upload file should be `firmware.uf2`. `firmware.bin` is a **raw** ARM binary file - it's not supposed to be uploaded to the device. If you uploaded it using that...
Hi @mario-almeida Try with the latest commit (05cb7f79474c0a4ca6663c3feeb3f3a0671d0dcb). Commit 5b6b80e3cd45401501939053b30cc7d4309acdcf contains a new version of bk7231tools which should fix uploading.
Hi @mario-almeida Did the mentioned commit fix the issue?