Andre Courchesne
Andre Courchesne
@frogcrush you can do this: ``` WiFiSettings.onConfigSaved = []() { ESP.restart(); // Reboot as soon as config is saved }; ``` Will reboot as soon as config is saved. Just...
I have just experienced this, bricking 2 devices... Unfortunatly uploading the `v0.9.2.2 AT Firmware.bin` and then re-uploading the esp-link firmware does not solve the issue for me. Here is the...
@tve Yeah I know it's not bricked cause I can upload a simple code via the Arduino IDE (or Plarformio) and it runs it. But as soon as I flash...
I bit late tonight to check the chip marking. I'll check that tomorrow, but 99% sure. Yesterday I flashed the v3.0.14-g963ffbb version to that same board and it was working....
So I'm back on my feet... Looks like I have taken in note the wrong offsets. I'm using the RobotDyn Mega+EST8266 32Mb so the following is the proper flash commands:...
Yup options like `--dst-macaddr/--src-macaddr` In a dynamic system where devices on the network get their IP from a DHCP server, the device IP may change over time. While a process...
I'm running on a Pi 3B+ with X (no desktop, just native X started) using a 800 × 600 touch screen display What I would like is to have Navit...
Did a few more tests and it really seems like the `y` offset parameter is ignored. Here is what I get with ``: ![10 0 9 148 raspberrypi 0 -...
Could it be because I'm using an "older" Navit version? ``` pi@raspberrypi:~ $ navit -v navit 0.5.0+git:0000- ```
Just compiled v0.5.3 and I'm getting the same results. `w` and `h` parameters are working but `x` and `y` seemed to be ignored.