will-emmerson
will-emmerson
> In my case I want the devices connected to ESP32 via Wifi to have internet access wich Is provided by a 4g modem in PPP. I'm also interested in...
The post_save hook above is clever but unfortunately returns exception as text which doesn't look great in Sentry. I ended up catching the exception, logging it and re-raising it, which...
Actually I've just realised that Mob is using active and online while Player is using online - I've tried changing them both to use .active but there's still problems. Perhaps...
That makes sense, it explains why some missiles get deleted and some don't. A workaround for now would be to do it on missile age.
When you call `mupgrade_firmware_send` you give it a list of mac addresses you want to send the firmware to. So yes you have to send the firmware to the root...
@peterNodens Sorry I misread your initial question, I see what the problem is now. The sensible thing would be for esp-mdf to have `CONFIG_FIRMWARE_VALIDATE` or something which you could set...
@mmrein I haven't tried that as it was a bit of a toy project and didn't go into production in the end, but something like that would be a good...
Just because there is something in the non-boot partition, doesn't mean it's going to reboot into it. The OTA process involves downloading the new update to the non-boot partition, checking...
I realised some of the logs are set to WARN only, here are the logs again of it not connecting properly, if that helps: ``` I (66715533) wifi:csa, newchan=6, old=10,...