feat(variants): enable ENABLE_SCREENSHOT on all solo_dual builds

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekZegare4
2026-06-12 09:50:31 +02:00
parent 5ec61477e6
commit a1fc67ed96
3 changed files with 3 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ build_flags =
-D ADVERT_NAME='"@@MAC"'
-D ENV_INCLUDE_GPS=1
-D DUAL_SERIAL=1
-D ENABLE_SCREENSHOT
; QSPIFLASH disabled: QSPI IO0/IO2 pins (P0.30/P0.28) conflict with joystick LEFT/UP
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1

View File

@@ -74,6 +74,7 @@ extra_scripts = post:create-uf2.py
extends = WioTrackerL1Eink
build_flags = ${WioTrackerL1Eink.build_flags}
-D DUAL_SERIAL=1
-D ENABLE_SCREENSHOT
extra_scripts = post:create-uf2.py
; Dual BLE+USB with screenshot support (development/debug)

View File

@@ -154,6 +154,7 @@ extra_scripts = post:create-uf2.py
extends = WioTrackerL1CompanionDual
build_flags = ${WioTrackerL1CompanionDual.build_flags}
-D UI_HAS_JOYSTICK_UPDOWN=1
-D ENABLE_SCREENSHOT
extra_scripts = post:create-uf2.py
[env:WioTrackerL1_companion_dual_dev]