Work on ESP32 compatibility

This commit is contained in:
Mark Qvist 2022-01-11 02:54:32 +01:00
parent 2e8525c601
commit a0af475c31
3 changed files with 145 additions and 99 deletions

View file

@ -79,6 +79,10 @@
#define EEPROM_SIZE 1024
#define EEPROM_OFFSET EEPROM_SIZE-EEPROM_RESERVED
#define GPS_BAUD_RATE 9600
#define PIN_GPS_TX 12
#define PIN_GPS_RX 34
#endif
#define eeprom_addr(a) (a+EEPROM_OFFSET)