Added framework for users to edit the paltformio file for machine differences without uploading the changes to github.

This commit is contained in:
2024-08-20 18:28:40 -04:00
parent bf852ffc81
commit 2d3b1392d0
3 changed files with 31 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = esp32s3_release ; this ensures that only this environment is built for anything but the debug build
extra_configs = platformio-local.ini
[env]
; platform = espressif32
@@ -17,10 +18,9 @@ platform = https://github.com/platformio/platform-espressif32.git
board = esp32-s3-devkitc-1
framework = arduino
build_flags = -Iinclude
; lib_ldf_mode = chain+
monitor_speed = 9600
monitor_filters = esp32_exception_decoder, colorize, send_on_enter
monitor_filters = colorize, send_on_enter
upload_speed = 2000000 ;ESP32S3 USB-Serial Converter maximum 2000000bps
lib_deps = adafruit/Adafruit NeoPixel@^1.12.0
@@ -35,4 +35,6 @@ build_type = debug
debug_speed = 20000
; debug_port = COM7
; monitor_port = COM14
build_flags = -O1 -Iinclude
build_flags =
-D DEBUG = 1
-I include