Skip to content

Commit

Permalink
platformio_override.ini.in file
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyDonahue committed May 27, 2024
1 parent 3ebe19d commit 058c1cd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions platformio_override.ini.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;
; copy this file to platformio_override.ini
;
[platformio]
default_envs = xiao32c3_with_flash_effect, mitch_breadbox

[env:mitch_breadbox]
;; ESP32s3dev_8MB but adding flash effect UserMod
extends = env:esp32dev
build_flags =
${env:esp32dev.build_flags}
-DUSERMOD_PHILIPS_WHO

[env:xiao32c3_with_flash_effect]
extends = env:esp32s3dev_8MB
build_flags =
${env:esp32s3dev.build_flags}
-DUSERMOD_PHILIPS_WHO
-DUSERMOD_FLASH_EFFECT

0 comments on commit 058c1cd

Please sign in to comment.