Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Sep 30, 2024
1 parent 73c208b commit ea4b84b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ build_flags =
#-D COLLECT_PERFDATA
-D USE_LITTLEFS=true
-D CFG_APPVER="\"2.0.0\""
-D CFG_GITREV=\""beta-3\""
#-D CFG_GITREV=\""beta-3\""
#-D ENABLE_REMOTE_UI_DEVELOPMENT
#!python script/git_rev.py
!python script/git_rev.py
lib_deps =
# Using local copy of these libraries
# https://github.com/mp-se/i2cdevlib.git#<document>
Expand All @@ -41,7 +41,7 @@ lib_deps =
https://github.com/mp-se/arduino-mqtt#v2.5.2
https://github.com/mp-se/ESPAsyncWebServer#0.1.1
https://github.com/mp-se/ESPAsyncTCP#0.1.0
https://github.com/mp-se/espframework/#1.0.4
https://github.com/mp-se/espframework#1.0.4
https://github.com/mp-se/OneWireNg#0.13.3
lib_deps32 =
https://github.com/mp-se/NimBLE-Arduino#1.4.1
Expand Down Expand Up @@ -193,7 +193,7 @@ build_flags =
-D CORE_DEBUG_LEVEL=2
-D ESP32S3
-D ARDUINO_ESP32S3_DEV
-D ARDUINO_USB_CDC_ON_BOOT=1
#-D ARDUINO_USB_CDC_ON_BOOT=1
#-D USE_SERIAL_PINS # Use the TX/RX pins for the serial port
#-D RUN_HARDWARE_TEST # Will run diagnositc setup to validate the GPIO configurations
lib_deps =
Expand Down

0 comments on commit ea4b84b

Please sign in to comment.