Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
[platformio]
default_envs =
m5stack-cardputer
;m5stack-sticks3
;m5stack-cplus2
m5stack-sticks3
m5stack-cplus2
;m5stack-cplus1_1
;LAUNCHER_m5stack-cplus1_1
;m5stack-core2
Expand All @@ -22,7 +22,7 @@ default_envs =
;m5stack-dinmeter
;arduino-nesso-n1
;esp32-s3-devkitc-1
;CYD-2432S028
CYD-2432S028
;CYD-2USB
;CYD-2432W328C
;CYD-2432W328C_2
Expand All @@ -35,9 +35,9 @@ default_envs =
;LAUNCHER_CYD-2432W328C
;LAUNCHER_CYD-3248S035R
;LAUNCHER_CYD-3248S035C
;lilygo-t-embed-cc1101
lilygo-t-embed-cc1101
;lilygo-t-embed
;lilygo-t-deck
lilygo-t-deck
;lilygo-t-watch-s3
;lilygo-t-deck-pro # This is T-Deck Plus!!
;lilygo-t-display-s3
Expand Down Expand Up @@ -65,10 +65,10 @@ default_envs =
;Awok-Touch"
;LAUNCHER_WaveSentry-R1
;WaveSentry-R1
;esp32-c5-tft
;esp32-c5
esp32-c5-tft
esp32-c5
;ES3C28P
;nm-cyd-c5
nm-cyd-c5
;elecrow-24B
;elecrow-28B
;elecrow-35B
Expand Down Expand Up @@ -128,6 +128,7 @@ build_src_filter =
-<modules/bjs_interpreter/mqjs_stdlib.c>

build_flags =
-DHEAVYBUTTER_HARDENED=1 ; Security hardening on by default. Set =0 for stock-Bruce compat.
-DBRUCE_VERSION='"dev"'
-DEEPROMSIZE=128
-DLH=8
Expand Down