mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-30 19:54:26 -04:00
Add Heltec T114 GPS support and fix T114 FW
This commit is contained in:
parent
0f29d1b65e
commit
1d79b1e8a9
6 changed files with 85 additions and 5 deletions
|
@ -106,6 +106,11 @@
|
|||
#define ERROR_MEMORY_LOW 0x05
|
||||
#define ERROR_MODEM_TIMEOUT 0x06
|
||||
|
||||
#define CMD_GPS 0xA0
|
||||
|
||||
#define GPS_CMD_LAT 0x00
|
||||
#define GPS_CMD_LNG 0x01
|
||||
|
||||
// Serial logging
|
||||
#define LOG_MSG 0x2F
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue