T365
T365
I'm using visual micro in vs2022, and codemaid crashes most of the time when I use the scrollbars. Turning on the diagnostics does not help because when I got a...
@PaltryProgrammer I disabled VSColorOutput64, enabled Code Digging again, and now it's working for a few hours without a crash.
I had that problem too, I fixed it in Bambu studio, just open the file and right click "simplify model / fix model"
You have to build your own factory firmware, go to Espressif, somewhere on there site you can build the factory firmware yourself including a higher power TX output
LMIC: 4.2.0.1 After update, Suddenly I got this message: **error: 'u1_t' does not name a type; did you mean 'uid_t'?** My code: static const u1_t APPEUI[8] = { 0x86,......} I...