RP6conrad / ESP-GPS-Logger

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

Some fixes, some changes #23

Closed aivoprykk closed 1 year ago

aivoprykk commented 1 year ago

Fixed: OTA_Server firmware upload page javascript. GPS_Data changed BUFFER_SIZE from 10000 to 9500 as for fitting into 1.5M Image partition. Some compiler errors about types.

Changed: E_paper> -Display unified row heights macros, changes in screens accordingly -ESP-GPS logo size to 24x24 -Moved time, gps and battery for all screens to bottom row infobar. -New screen for GPS initialization. main.cpp> Ublox initialization moved after Wifi connections closed.

New: Partial code for OTA autoupload, dev status yet. M9 15Hz support Added support to PlatformIO and partially for ESP-IDF (CMakefile.txt), thats why Rtos.ino moved to main.cpp. Wrapper module: https://github.com/aivoprykk/ESP-GPS-Wrapper