lbernstone
lbernstone
@Jason2866 Can you change the README.md on your repo to show a platformio.ini env using your release?
You can use esptool directly for this: `esptool.exe --baud 921600 read_flash 0 0x400000 full.bin` and then program the device with: `esptool.exe --baud 921600 write_flash 0 full.bin` Your issue is going...
Which image? You do not want the one with fbdev in the name if you are running X.
Just a general comment here: Unless you are using the quad pin or have flash that you know is only rated for double speed, you should use qio flash mode.
You can use esptool to get a single binary. After you flash from Arduino, call `esptool read_flash 0 0x400000 my_firmware.img` (16M is 0x1000000). This will read the whole flash and...
Are you able to get to that location through a browser? Perhaps there is a firewall blocking your access?
Unfortunately, this is seriously breaking behavior for people that already have things set for seconds. Perhaps this could be implemented in stages, with a note indicating that the behavior will...
I'd say 6-8 months for notification. It will be quite obvious once it changes. I think most people that actively set it are using timeouts less than 60 seconds, so...
You can't make everybody happy. Noobs are unlikely to be setting a timeout in WiFiClient. It is a breaking change, so it is going to break things at some point,...
Please note in the future that this forum is for issues with the code in this repository, not issues with your code. [esp32.com](http://esp32.com) is a more open conversation about all...