Skip to content

Commit

Permalink
disabled m5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lunokjod committed Mar 5, 2024
1 parent 8e1a0a2 commit 8934ddc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ build_flags =
-DLUNOKIOT_WIFI_ENABLED
;-fno-sanitize=shift-base
; -Wl,--wrap=ps_malloc
;extra_scripts =
; pre:./tool/generateConfig.py
extra_scripts =
pre:./tool/generateConfig.py


[env:m5stack-core2]
board = m5stack-core2
lib_deps = ${env.lib_deps}
m5stack/M5Core2
monitor_speed = 115200
upload_speed = 115200
build_flags =
-DM5_DEV
;[env:m5stack-core2]
;board = m5stack-core2
;lib_deps = ${env.lib_deps}
; m5stack/M5Core2
;monitor_speed = 115200
;upload_speed = 115200
;build_flags =
; -DM5_DEV
[BaseTwatchV1]
lib_deps = ${env.lib_deps}
earlephilhower/ESP8266Audio@^1.9.7
Expand Down

0 comments on commit 8934ddc

Please sign in to comment.