RP6conrad / ESP-GPS-Logger

GPS logger for Speedsurfing, based on ESP32 & Ublox M8N hardware.
MIT License
28 stars 16 forks source link

Support firmware updates in AP mode #16

Open prichterich opened 1 year ago

prichterich commented 1 year ago

Currently, firmware updates fail if the logger is in AP mode, and the computer used does not have a second connection to the internet (e.g. over Ethernet). The apparent cause is that the firmware update web page uses code that is downloaded from the internet (jquery, googleapis, or similar). A computer with just one internet connection that is connected to the logger in AP mode cannot access these resources.

It should be possible to include the needed resources in the firmware, and change the webpage to point to the included resources.