mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-28 07:13:25 +00:00
GPS_POWER_TOGGLE no longer has a function, so purge (#8312)
This commit is contained in:
parent
981d058e9f
commit
464663b496
@ -6,7 +6,6 @@
|
|||||||
#define GPS_TX_PIN 15
|
#define GPS_TX_PIN 15
|
||||||
#define GPS_RX_PIN 12
|
#define GPS_RX_PIN 12
|
||||||
#define PIN_GPS_EN 4
|
#define PIN_GPS_EN 4
|
||||||
#define GPS_POWER_TOGGLE // Moved definition from platformio.ini to here
|
|
||||||
|
|
||||||
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
|
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
|
||||||
// Note: On the ESP32 base version, gpio34-39 are input-only, and do not have internal pull-ups.
|
// Note: On the ESP32 base version, gpio34-39 are input-only, and do not have internal pull-ups.
|
||||||
|
|||||||
@ -7,4 +7,3 @@ build_flags =
|
|||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D HELTEC_V2_1
|
-D HELTEC_V2_1
|
||||||
-I variants/esp32/heltec_v2.1
|
-I variants/esp32/heltec_v2.1
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
|
|||||||
@ -6,4 +6,3 @@ build_flags =
|
|||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D PRIVATE_HW
|
-D PRIVATE_HW
|
||||||
-I variants/esp32/heltec_wsl_v2.1
|
-I variants/esp32/heltec_wsl_v2.1
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
|
|||||||
@ -10,7 +10,6 @@ build_flags =
|
|||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D TBEAM_V10
|
-D TBEAM_V10
|
||||||
-I variants/esp32/tbeam
|
-I variants/esp32/tbeam
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable double press function on the user button to turn off gps entirely.
|
|
||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
-mfix-esp32-psram-cache-issue
|
-mfix-esp32-psram-cache-issue
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
|
|||||||
@ -4,5 +4,4 @@ board = ttgo-lora32-v21
|
|||||||
board_check = true
|
board_check = true
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32_base.build_flags} -D TLORA_V2_1_16 -I variants/esp32/tlora_v2_1_16
|
${esp32_base.build_flags} -D TLORA_V2_1_16 -I variants/esp32/tlora_v2_1_16
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
|
|||||||
@ -6,6 +6,5 @@ build_flags =
|
|||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D TLORA_V2_1_16
|
-D TLORA_V2_1_16
|
||||||
-I variants/esp32/tlora_v2_1_16
|
-I variants/esp32/tlora_v2_1_16
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-D LORA_TCXO_GPIO=33
|
-D LORA_TCXO_GPIO=33
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
@ -5,6 +5,5 @@ build_flags =
|
|||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D TLORA_V2_1_16
|
-D TLORA_V2_1_16
|
||||||
-I variants/esp32/tlora_v2_1_16
|
-I variants/esp32/tlora_v2_1_16
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-D LORA_TCXO_GPIO=12
|
-D LORA_TCXO_GPIO=12
|
||||||
-D BUTTON_PIN=0
|
-D BUTTON_PIN=0
|
||||||
@ -5,4 +5,3 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-D CDEBYTE_EORA_S3
|
-D CDEBYTE_EORA_S3
|
||||||
-I variants/esp32s3/CDEBYTE_EoRa-S3
|
-I variants/esp32s3/CDEBYTE_EoRa-S3
|
||||||
-D GPS_POWER_TOGGLE
|
|
||||||
|
|||||||
@ -16,7 +16,6 @@ build_flags =
|
|||||||
-I variants/esp32s3/crowpanel-esp32s3-5-epaper
|
-I variants/esp32s3/crowpanel-esp32s3-5-epaper
|
||||||
-D PRIVATE_HW
|
-D PRIVATE_HW
|
||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_579_GDEY0579T93 ;https://www.good-display.com/product/439.html
|
-DEINK_DISPLAY_MODEL=GxEPD2_579_GDEY0579T93 ;https://www.good-display.com/product/439.html
|
||||||
-DEINK_WIDTH=792
|
-DEINK_WIDTH=792
|
||||||
-DEINK_HEIGHT=272
|
-DEINK_HEIGHT=272
|
||||||
@ -46,7 +45,6 @@ build_flags =
|
|||||||
-I variants/esp32s3/crowpanel-esp32s3-5-epaper
|
-I variants/esp32s3/crowpanel-esp32s3-5-epaper
|
||||||
-D PRIVATE_HW
|
-D PRIVATE_HW
|
||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_420_GYE042A87 ; similar Panel: GDEY042T81 : https://www.good-display.com/product/386.html
|
-DEINK_DISPLAY_MODEL=GxEPD2_420_GYE042A87 ; similar Panel: GDEY042T81 : https://www.good-display.com/product/386.html
|
||||||
-DEINK_WIDTH=400
|
-DEINK_WIDTH=400
|
||||||
-DEINK_HEIGHT=300
|
-DEINK_HEIGHT=300
|
||||||
@ -76,7 +74,6 @@ build_flags =
|
|||||||
-I variants/esp32s3/crowpanel-esp32s3-5-epaper
|
-I variants/esp32s3/crowpanel-esp32s3-5-epaper
|
||||||
-D PRIVATE_HW
|
-D PRIVATE_HW
|
||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_290_GDEY029T94 ;https://www.good-display.com/product/389.html
|
-DEINK_DISPLAY_MODEL=GxEPD2_290_GDEY029T94 ;https://www.good-display.com/product/389.html
|
||||||
-DEINK_WIDTH=296
|
-DEINK_WIDTH=296
|
||||||
-DEINK_HEIGHT=128
|
-DEINK_HEIGHT=128
|
||||||
|
|||||||
@ -6,5 +6,4 @@ board_build.partitions = default_8MB.csv
|
|||||||
build_flags =
|
build_flags =
|
||||||
${esp32s3_base.build_flags} -I variants/esp32s3/heltec_capsule_sensor_v3
|
${esp32s3_base.build_flags} -I variants/esp32s3/heltec_capsule_sensor_v3
|
||||||
-D HELTEC_CAPSULE_SENSOR_V3
|
-D HELTEC_CAPSULE_SENSOR_V3
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
||||||
|
|||||||
@ -8,4 +8,3 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-D HELTEC_V3
|
-D HELTEC_V3
|
||||||
-I variants/esp32s3/heltec_v3
|
-I variants/esp32s3/heltec_v3
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
|
|||||||
@ -7,4 +7,3 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-D HELTEC_V4
|
-D HELTEC_V4
|
||||||
-I variants/esp32s3/heltec_v4
|
-I variants/esp32s3/heltec_v4
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-I variants/esp32s3/heltec_wireless_tracker
|
-I variants/esp32s3/heltec_wireless_tracker
|
||||||
-D HELTEC_TRACKER_V1_1
|
-D HELTEC_TRACKER_V1_1
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-I variants/esp32s3/heltec_wireless_tracker_V1_0
|
-I variants/esp32s3/heltec_wireless_tracker_V1_0
|
||||||
-D HELTEC_TRACKER_V1_0
|
-D HELTEC_TRACKER_V1_0
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32s3_base.lib_deps}
|
${esp32s3_base.lib_deps}
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-I variants/esp32s3/heltec_wireless_tracker_v2
|
-I variants/esp32s3/heltec_wireless_tracker_v2
|
||||||
-D HELTEC_WIRELESS_TRACKER_V2
|
-D HELTEC_WIRELESS_TRACKER_V2
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32s3_base.lib_deps}
|
${esp32s3_base.lib_deps}
|
||||||
lovyan03/LovyanGFX@^1.2.0
|
lovyan03/LovyanGFX@^1.2.0
|
||||||
|
|||||||
@ -7,4 +7,3 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-D HELTEC_WSL_V3
|
-D HELTEC_WSL_V3
|
||||||
-I variants/esp32s3/heltec_wsl_v3
|
-I variants/esp32s3/heltec_wsl_v3
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@ build_flags =
|
|||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D LINK_32
|
-D LINK_32
|
||||||
-I variants/esp32s3/link32_s3_v1
|
-I variants/esp32s3/link32_s3_v1
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DARDUINO_USB_CDC_ON_BOOT
|
-DARDUINO_USB_CDC_ON_BOOT
|
||||||
-DARDUINO_USB_MODE=1
|
-DARDUINO_USB_MODE=1
|
||||||
-DRADIOLIB_EXCLUDE_SX128X=1
|
-DRADIOLIB_EXCLUDE_SX128X=1
|
||||||
|
|||||||
@ -7,7 +7,6 @@ upload_protocol = esptool
|
|||||||
build_flags =
|
build_flags =
|
||||||
${esp32_base.build_flags} -I variants/esp32s3/t-deck-pro
|
${esp32_base.build_flags} -I variants/esp32s3/t-deck-pro
|
||||||
-D T_DECK_PRO
|
-D T_DECK_PRO
|
||||||
-D GPS_POWER_TOGGLE
|
|
||||||
-D USE_EINK
|
-D USE_EINK
|
||||||
-D EINK_DISPLAY_MODEL=GxEPD2_310_GDEQ031T10
|
-D EINK_DISPLAY_MODEL=GxEPD2_310_GDEQ031T10
|
||||||
-D EINK_WIDTH=240
|
-D EINK_WIDTH=240
|
||||||
|
|||||||
@ -9,7 +9,6 @@ upload_protocol = esptool
|
|||||||
build_flags = ${esp32s3_base.build_flags}
|
build_flags = ${esp32s3_base.build_flags}
|
||||||
-D T_DECK
|
-D T_DECK
|
||||||
-D BOARD_HAS_PSRAM
|
-D BOARD_HAS_PSRAM
|
||||||
-D GPS_POWER_TOGGLE
|
|
||||||
-I variants/esp32s3/t-deck
|
-I variants/esp32s3/t-deck
|
||||||
|
|
||||||
lib_deps = ${esp32s3_base.lib_deps}
|
lib_deps = ${esp32s3_base.lib_deps}
|
||||||
|
|||||||
@ -9,7 +9,6 @@ build_flags =
|
|||||||
-D T_ETH_ELITE
|
-D T_ETH_ELITE
|
||||||
-D HAS_UDP_MULTICAST=1
|
-D HAS_UDP_MULTICAST=1
|
||||||
-I variants/esp32s3/t-eth-elite
|
-I variants/esp32s3/t-eth-elite
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
Ethernet
|
Ethernet
|
||||||
|
|||||||
@ -10,7 +10,6 @@ build_flags = ${esp32s3_base.build_flags}
|
|||||||
-I variants/esp32s3/tlora-pager
|
-I variants/esp32s3/tlora-pager
|
||||||
-D T_LORA_PAGER
|
-D T_LORA_PAGER
|
||||||
-D BOARD_HAS_PSRAM
|
-D BOARD_HAS_PSRAM
|
||||||
-D GPS_POWER_TOGGLE
|
|
||||||
-D HAS_SDCARD
|
-D HAS_SDCARD
|
||||||
-D SDCARD_USE_SPI1
|
-D SDCARD_USE_SPI1
|
||||||
-D ENABLE_ROTARY_PULLUP
|
-D ENABLE_ROTARY_PULLUP
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags =
|
|||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D TLORA_T3S3_EPAPER
|
-D TLORA_T3S3_EPAPER
|
||||||
-I variants/esp32s3/tlora_t3s3_epaper
|
-I variants/esp32s3/tlora_t3s3_epaper
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DUSE_EINK
|
-DUSE_EINK
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
||||||
-DEINK_WIDTH=250
|
-DEINK_WIDTH=250
|
||||||
|
|||||||
@ -6,4 +6,3 @@ upload_protocol = esptool
|
|||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32_base.build_flags} -D TLORA_T3S3_V1 -I variants/esp32s3/tlora_t3s3_v1
|
${esp32_base.build_flags} -D TLORA_T3S3_V1 -I variants/esp32s3/tlora_t3s3_v1
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-I variants/esp32s3/tracksenger/internal
|
-I variants/esp32s3/tracksenger/internal
|
||||||
-D HELTEC_TRACKER_V1_1
|
-D HELTEC_TRACKER_V1_1
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
@ -25,7 +24,6 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-I variants/esp32s3/tracksenger/lcd
|
-I variants/esp32s3/tracksenger/lcd
|
||||||
-D HELTEC_TRACKER_V1_1
|
-D HELTEC_TRACKER_V1_1
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
@ -42,5 +40,4 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-I variants/esp32s3/tracksenger/oled
|
-I variants/esp32s3/tracksenger/oled
|
||||||
-D HELTEC_TRACKER_V1_1
|
-D HELTEC_TRACKER_V1_1
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|
||||||
|
|||||||
@ -9,7 +9,6 @@ debug_tool = jlink
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-Ivariants/nrf52840/ELECROW-ThinkNode-M1
|
-Ivariants/nrf52840/ELECROW-ThinkNode-M1
|
||||||
-DELECROW_ThinkNode_M1
|
-DELECROW_ThinkNode_M1
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DUSE_EINK
|
-DUSE_EINK
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_154_D67
|
-DEINK_DISPLAY_MODEL=GxEPD2_154_D67
|
||||||
-DEINK_WIDTH=200
|
-DEINK_WIDTH=200
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice
|
-Isrc/platform/nrf52/softdevice
|
||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
-DME25LS01_4Y10TD
|
-DME25LS01_4Y10TD
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/ME25LS01-4Y10TD>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/ME25LS01-4Y10TD>
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice
|
-Isrc/platform/nrf52/softdevice
|
||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
-DME25LS01_4Y10TD
|
-DME25LS01_4Y10TD
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_420_GDEY042T81
|
-DEINK_DISPLAY_MODEL=GxEPD2_420_GDEY042T81
|
||||||
-DEINK_WIDTH=400
|
-DEINK_WIDTH=400
|
||||||
-DEINK_HEIGHT=300
|
-DEINK_HEIGHT=300
|
||||||
|
|||||||
@ -7,7 +7,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Ivariants/nrf52840/MS24SF1
|
-Ivariants/nrf52840/MS24SF1
|
||||||
-Isrc/platform/nrf52/softdevice
|
-Isrc/platform/nrf52/softdevice
|
||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/MS24SF1>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/MS24SF1>
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|||||||
@ -94,7 +94,6 @@ NRF52 PRO MICRO PIN ASSIGNMENT
|
|||||||
#define PIN_GPS_RX (0 + 20) // P0.20
|
#define PIN_GPS_RX (0 + 20) // P0.20
|
||||||
|
|
||||||
#define PIN_GPS_EN (0 + 24) // P0.24
|
#define PIN_GPS_EN (0 + 24) // P0.24
|
||||||
#define GPS_POWER_TOGGLE
|
|
||||||
#define GPS_UBLOX
|
#define GPS_UBLOX
|
||||||
// define GPS_DEBUG
|
// define GPS_DEBUG
|
||||||
|
|
||||||
|
|||||||
@ -93,7 +93,6 @@ NRF52 PRO MICRO PIN ASSIGNMENT
|
|||||||
#define PIN_GPS_RX (0 + 20) // P0.20
|
#define PIN_GPS_RX (0 + 20) // P0.20
|
||||||
|
|
||||||
#define PIN_GPS_EN (0 + 24) // P0.24
|
#define PIN_GPS_EN (0 + 24) // P0.24
|
||||||
#define GPS_POWER_TOGGLE
|
|
||||||
#define GPS_UBLOX
|
#define GPS_UBLOX
|
||||||
// define GPS_DEBUG
|
// define GPS_DEBUG
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-I variants/nrf52840/gat562_mesh_trial_tracker
|
-I variants/nrf52840/gat562_mesh_trial_tracker
|
||||||
;-D GAT562_MESH_TRIAL_TRACKER
|
;-D GAT562_MESH_TRIAL_TRACKER
|
||||||
-D PRIVATE_HW
|
-D PRIVATE_HW
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DRADIOLIB_EXCLUDE_SX128X=1
|
-DRADIOLIB_EXCLUDE_SX128X=1
|
||||||
-DRADIOLIB_EXCLUDE_SX127X=1
|
-DRADIOLIB_EXCLUDE_SX127X=1
|
||||||
-DRADIOLIB_EXCLUDE_LR11X0=1
|
-DRADIOLIB_EXCLUDE_LR11X0=1
|
||||||
|
|||||||
@ -8,7 +8,6 @@ debug_tool = jlink
|
|||||||
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-Ivariants/nrf52840/heltec_mesh_node_t114
|
-Ivariants/nrf52840/heltec_mesh_node_t114
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DHELTEC_T114
|
-DHELTEC_T114
|
||||||
|
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/heltec_mesh_node_t114>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/heltec_mesh_node_t114>
|
||||||
|
|||||||
@ -8,7 +8,6 @@ debug_tool = jlink
|
|||||||
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-Ivariants/nrf52840/heltec_mesh_solar
|
-Ivariants/nrf52840/heltec_mesh_solar
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DHELTEC_MESH_SOLAR
|
-DHELTEC_MESH_SOLAR
|
||||||
|
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/heltec_mesh_solar>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/heltec_mesh_solar>
|
||||||
|
|||||||
@ -9,7 +9,6 @@ board_level = extra
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I variants/nrf52840/meshlink
|
-I variants/nrf52840/meshlink
|
||||||
-D MESHLINK
|
-D MESHLINK
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-D EINK_DISPLAY_MODEL=GxEPD2_213_B74
|
-D EINK_DISPLAY_MODEL=GxEPD2_213_B74
|
||||||
-D EINK_WIDTH=250
|
-D EINK_WIDTH=250
|
||||||
-D EINK_HEIGHT=122
|
-D EINK_HEIGHT=122
|
||||||
|
|||||||
@ -9,7 +9,6 @@ board_level = extra
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I variants/nrf52840/meshlink_eink
|
-I variants/nrf52840/meshlink_eink
|
||||||
-D MESHLINK
|
-D MESHLINK
|
||||||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-D EINK_DISPLAY_MODEL=GxEPD2_213_B74
|
-D EINK_DISPLAY_MODEL=GxEPD2_213_B74
|
||||||
-D EINK_WIDTH=250
|
-D EINK_WIDTH=250
|
||||||
-D EINK_HEIGHT=122
|
-D EINK_HEIGHT=122
|
||||||
|
|||||||
@ -6,7 +6,6 @@ board_check = true
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-Ivariants/nrf52840/r1-neo
|
-Ivariants/nrf52840/r1-neo
|
||||||
-D R1_NEO
|
-D R1_NEO
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DRADIOLIB_EXCLUDE_SX128X=1
|
-DRADIOLIB_EXCLUDE_SX128X=1
|
||||||
-DRADIOLIB_EXCLUDE_SX127X=1
|
-DRADIOLIB_EXCLUDE_SX127X=1
|
||||||
-DRADIOLIB_EXCLUDE_LR11X0=1
|
-DRADIOLIB_EXCLUDE_LR11X0=1
|
||||||
|
|||||||
@ -6,7 +6,6 @@ board_check = true
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I variants/nrf52840/rak2560
|
-I variants/nrf52840/rak2560
|
||||||
-D RAK_4631
|
-D RAK_4631
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DRADIOLIB_EXCLUDE_SX128X=1
|
-DRADIOLIB_EXCLUDE_SX128X=1
|
||||||
-DRADIOLIB_EXCLUDE_SX127X=1
|
-DRADIOLIB_EXCLUDE_SX127X=1
|
||||||
-DRADIOLIB_EXCLUDE_LR11X0=1
|
-DRADIOLIB_EXCLUDE_LR11X0=1
|
||||||
|
|||||||
@ -7,7 +7,6 @@ board_check = true
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I variants/nrf52840/rak4631
|
-I variants/nrf52840/rak4631
|
||||||
-D RAK_4631
|
-D RAK_4631
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
||||||
-DEINK_WIDTH=250
|
-DEINK_WIDTH=250
|
||||||
-DEINK_HEIGHT=122
|
-DEINK_HEIGHT=122
|
||||||
|
|||||||
@ -6,7 +6,6 @@ board_check = true
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I variants/nrf52840/rak4631_eth_gw
|
-I variants/nrf52840/rak4631_eth_gw
|
||||||
-D RAK_4631
|
-D RAK_4631
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DHAS_UDP_MULTICAST=1
|
-DHAS_UDP_MULTICAST=1
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
||||||
-DEINK_WIDTH=250
|
-DEINK_WIDTH=250
|
||||||
|
|||||||
@ -6,7 +6,6 @@ board_check = true
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I variants/nrf52840/rak4631_nomadstar_meteor_pro
|
-I variants/nrf52840/rak4631_nomadstar_meteor_pro
|
||||||
-D NOMADSTAR_METEOR_PRO
|
-D NOMADSTAR_METEOR_PRO
|
||||||
;-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
||||||
-DEINK_WIDTH=250
|
-DEINK_WIDTH=250
|
||||||
-DEINK_HEIGHT=122
|
-DEINK_HEIGHT=122
|
||||||
|
|||||||
@ -7,7 +7,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-I variants/nrf52840/rak_wismeshtag
|
-I variants/nrf52840/rak_wismeshtag
|
||||||
-D WISMESH_TAG
|
-D WISMESH_TAG
|
||||||
-D RAK_4631
|
-D RAK_4631
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DRADIOLIB_EXCLUDE_SX128X=1
|
-DRADIOLIB_EXCLUDE_SX128X=1
|
||||||
-DRADIOLIB_EXCLUDE_SX127X=1
|
-DRADIOLIB_EXCLUDE_SX127X=1
|
||||||
-DRADIOLIB_EXCLUDE_LR11X0=1
|
-DRADIOLIB_EXCLUDE_LR11X0=1
|
||||||
|
|||||||
@ -6,7 +6,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Ivariants/nrf52840/rak_wismeshtap
|
-Ivariants/nrf52840/rak_wismeshtap
|
||||||
-DWISMESH_TAP
|
-DWISMESH_TAP
|
||||||
-DRAK_4631
|
-DRAK_4631
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
||||||
-DEINK_WIDTH=250
|
-DEINK_WIDTH=250
|
||||||
-DEINK_HEIGHT=122
|
-DEINK_HEIGHT=122
|
||||||
|
|||||||
@ -9,7 +9,6 @@ debug_tool = jlink
|
|||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-Ivariants/nrf52840/t-echo-lite
|
-Ivariants/nrf52840/t-echo-lite
|
||||||
-D T_ECHO_LITE
|
-D T_ECHO_LITE
|
||||||
-D GPS_POWER_TOGGLE
|
|
||||||
-D EINK_DISPLAY_MODEL=GxEPD2_122_T61
|
-D EINK_DISPLAY_MODEL=GxEPD2_122_T61
|
||||||
-D EINK_WIDTH=192
|
-D EINK_WIDTH=192
|
||||||
-D EINK_HEIGHT=176
|
-D EINK_HEIGHT=176
|
||||||
|
|||||||
@ -9,7 +9,6 @@ debug_tool = jlink
|
|||||||
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-Ivariants/nrf52840/t-echo
|
-Ivariants/nrf52840/t-echo
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DEINK_DISPLAY_MODEL=GxEPD2_154_D67
|
-DEINK_DISPLAY_MODEL=GxEPD2_154_D67
|
||||||
-DEINK_WIDTH=200
|
-DEINK_WIDTH=200
|
||||||
-DEINK_HEIGHT=200
|
-DEINK_HEIGHT=200
|
||||||
|
|||||||
@ -7,7 +7,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice
|
-Isrc/platform/nrf52/softdevice
|
||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
-DTRACKER_T1000_E
|
-DTRACKER_T1000_E
|
||||||
-DGPS_POWER_TOGGLE
|
|
||||||
-DMESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR_EXTERNAL=1
|
-DMESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR_EXTERNAL=1
|
||||||
-DMESHTASTIC_EXCLUDE_CANNEDMESSAGES=1
|
-DMESHTASTIC_EXCLUDE_CANNEDMESSAGES=1
|
||||||
-DMESHTASTIC_EXCLUDE_SCREEN=1
|
-DMESHTASTIC_EXCLUDE_SCREEN=1
|
||||||
|
|||||||
@ -14,7 +14,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice
|
-Isrc/platform/nrf52/softdevice
|
||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
-DWIO_WM1110
|
-DWIO_WM1110
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
-DCFG_TUD_CDC=0
|
-DCFG_TUD_CDC=0
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-sdk-wm1110>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-sdk-wm1110>
|
||||||
|
|||||||
@ -8,7 +8,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice
|
-Isrc/platform/nrf52/softdevice
|
||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
-DWIO_WM1110
|
-DWIO_WM1110
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-t1000-s>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-t1000-s>
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|||||||
@ -7,7 +7,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice
|
-Isrc/platform/nrf52/softdevice
|
||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
-DWIO_WM1110
|
-DWIO_WM1110
|
||||||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-tracker-wm1110>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-tracker-wm1110>
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user