Another SW update is now on Github : SW5.77
Another contributor, Avo Prykk has done some good work !
Change list :
### Changes SW5.77 (mainly by avoprykk)
#### 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:
github.com/aivoprykk/ESP-GPS-Wrapper* Filename Rtos.h -> Definitions.h
* Added ESP_functions.h with general functions
* Bugfix Short_push for speed_field choice
* Added field 9 : Run-AVG, Alfa, NM, 1 hour
* Bugfix bat%
@bootStat screen with info-bar example :

Greetings, Jan !