mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-11 12:27:28 +00:00
* Migrate all of the Meshtastic API attributes into the ini as a source of truth * Cleanup garbage coalescing * Another spot * We already account for inkhud and mui * Consolidate * Removed them * Boogers * Infer * Copying manifest should always succeed * Remove portduino guards * Rename * None
32 lines
857 B
INI
Executable File
32 lines
857 B
INI
Executable File
[env:station-g2]
|
|
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
|
|
|
|
extends = esp32s3_base
|
|
board = station-g2
|
|
board_level = pr
|
|
board_check = true
|
|
board_build.partitions = default_16MB.csv
|
|
board_build.mcu = esp32s3
|
|
upload_protocol = esptool
|
|
;upload_port = /dev/ttyACM0
|
|
upload_speed = 921600
|
|
build_unflags =
|
|
${esp32s3_base.build_unflags}
|
|
-DARDUINO_USB_MODE=1
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-D STATION_G2
|
|
-I variants/esp32s3/station-g2
|
|
-DBOARD_HAS_PSRAM
|
|
-DSTATION_G2
|
|
-DARDUINO_USB_MODE=0
|