2024-02-24 14:28:58 -08:00
|
|
|
[env:station-g2]
|
2026-01-07 15:25:38 -06:00
|
|
|
custom_meshtastic_hw_model = 31
|
|
|
|
|
custom_meshtastic_hw_model_slug = STATION_G2
|
|
|
|
|
custom_meshtastic_architecture = esp32-s3
|
|
|
|
|
custom_meshtastic_actively_supported = true
|
|
|
|
|
custom_meshtastic_support_level = 2
|
|
|
|
|
custom_meshtastic_display_name = Station G2
|
|
|
|
|
custom_meshtastic_images = station-g2.svg
|
|
|
|
|
custom_meshtastic_tags = B&Q
|
|
|
|
|
custom_meshtastic_requires_dfu = true
|
|
|
|
|
custom_meshtastic_partition_scheme = 16MB
|
|
|
|
|
|
2024-02-24 14:28:58 -08:00
|
|
|
extends = esp32s3_base
|
|
|
|
|
board = station-g2
|
2025-07-24 07:13:23 -04:00
|
|
|
board_level = pr
|
2024-05-12 22:43:47 +02:00
|
|
|
board_check = true
|
2025-03-18 21:19:51 -04:00
|
|
|
board_build.partitions = default_16MB.csv
|
2024-02-24 14:28:58 -08:00
|
|
|
board_build.mcu = esp32s3
|
|
|
|
|
upload_protocol = esptool
|
|
|
|
|
;upload_port = /dev/ttyACM0
|
|
|
|
|
upload_speed = 921600
|
2024-05-22 05:02:09 +03:00
|
|
|
build_unflags =
|
|
|
|
|
${esp32s3_base.build_unflags}
|
|
|
|
|
-DARDUINO_USB_MODE=1
|
2024-02-24 14:28:58 -08:00
|
|
|
build_flags =
|
2025-07-20 17:47:37 -04:00
|
|
|
${esp32s3_base.build_flags}
|
|
|
|
|
-D STATION_G2
|
|
|
|
|
-I variants/esp32s3/station-g2
|
2025-03-18 21:19:51 -04:00
|
|
|
-DBOARD_HAS_PSRAM
|
2024-02-24 14:28:58 -08:00
|
|
|
-DSTATION_G2
|
2025-03-18 21:19:51 -04:00
|
|
|
-DARDUINO_USB_MODE=0
|