mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-05 08:05:18 -04:00
Work on ESP32 compatibility
This commit is contained in:
parent
2e8525c601
commit
a0af475c31
3 changed files with 145 additions and 99 deletions
4
Config.h
4
Config.h
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue