mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-08 04:28:47 +00:00
Update platformio.ini
remove -DMESHTASTIC_EXCLUDE_PAXCOUNTER=1 -DMESHTASTIC_EXCLUDE_AUDIO=1
This commit is contained in:
parent
3a4a3af352
commit
c09a64a4f6
@ -10,11 +10,9 @@ build_flags = ${nrf52840_base.build_flags} -Ivariants/rak_wismeshtap -D RAK_4631
|
|||||||
-DEINK_WIDTH=250
|
-DEINK_WIDTH=250
|
||||||
-DEINK_HEIGHT=122
|
-DEINK_HEIGHT=122
|
||||||
-DMESHTASTIC_EXCLUDE_WIFI=1
|
-DMESHTASTIC_EXCLUDE_WIFI=1
|
||||||
-DMESHTASTIC_EXCLUDE_PAXCOUNTER=1
|
|
||||||
-DMESHTASTIC_EXCLUDE_WAYPOINT=1
|
-DMESHTASTIC_EXCLUDE_WAYPOINT=1
|
||||||
-DMESHTASTIC_EXCLUDE_DETECTIONSENSOR=1
|
-DMESHTASTIC_EXCLUDE_DETECTIONSENSOR=1
|
||||||
-DMESHTASTIC_EXCLUDE_REMOTEHARDWARE=1
|
-DMESHTASTIC_EXCLUDE_REMOTEHARDWARE=1
|
||||||
-DMESHTASTIC_EXCLUDE_AUDIO=1
|
|
||||||
-DMESHTASTIC_EXCLUDE_STOREFORWARD=1
|
-DMESHTASTIC_EXCLUDE_STOREFORWARD=1
|
||||||
-DMESHTASTIC_EXCLUDE_POWER_TELEMETRY=1
|
-DMESHTASTIC_EXCLUDE_POWER_TELEMETRY=1
|
||||||
-DMESHTASTIC_EXCLUDE_ATAK=1
|
-DMESHTASTIC_EXCLUDE_ATAK=1
|
||||||
@ -30,4 +28,4 @@ lib_deps =
|
|||||||
beegee-tokyo/RAK14014-FT6336U @ 1.0.1
|
beegee-tokyo/RAK14014-FT6336U @ 1.0.1
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
;upload_protocol = jlink
|
;upload_protocol = jlink
|
||||||
|
Loading…
Reference in New Issue
Block a user