mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-07 00:05:01 +01:00
added HWT with GPS
This commit is contained in:
parent
cdac54c34e
commit
0defd5b289
|
|
@ -113,8 +113,6 @@ build_flags =
|
|||
-Werror -Wall
|
||||
-DHELTEC_WSL_V3
|
||||
-DHAS_SX1262
|
||||
-DHAS_GPS
|
||||
-DGPS_BAUDRATE=115200
|
||||
-DELEGANTOTA_USE_ASYNC_WEBSERVER=1
|
||||
lib_deps =
|
||||
${common.lib_deps}
|
||||
|
|
@ -335,6 +333,8 @@ build_flags =
|
|||
-Werror -Wall
|
||||
-DHELTEC_WIRELESS_TRACKER
|
||||
-DHAS_SX1262
|
||||
-DHAS_GPS
|
||||
-DGPS_BAUDRATE=115200
|
||||
-DHAS_TFT
|
||||
-D USER_SETUP_LOADED
|
||||
-D TFT_WIDTH=80
|
||||
|
|
|
|||
Loading…
Reference in a new issue