Skip to content

Commit

Permalink
Update to platform = espressif32 @ 6.6.0 for all envs
Browse files Browse the repository at this point in the history
Update CO2_GADGET_REV to 063-development in platformio.ini
  • Loading branch information
melkati committed May 6, 2024
1 parent fef7203 commit 0b5d543
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ build_flags =
'-DWIFI_PW_CREDENTIALS=""'
-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.12."\"
-D CO2_GADGET_REV="\"062-development"\"
-D CO2_GADGET_REV="\"063-development"\"
-DCACHE_DIR=".pio/build"
-DBUZZER_PIN=2 ; ESP32 pin GPIO13 connected to piezo buzzer
-DNEOPIXEL_PIN=26 ; Pinnumber for button for down/next and back / exit actions
Expand Down Expand Up @@ -106,7 +106,7 @@ build_flags =
;****************************************************************************************

[env:esp32dev]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_speed = ${common_env_data.upload_speed}
Expand Down Expand Up @@ -207,7 +207,7 @@ build_flags =
-DSPI_READ_FREQUENCY=6000000

[env:TTGO_TDISPLAY]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_speed = ${common_env_data.upload_speed}
Expand All @@ -227,7 +227,7 @@ build_flags =
-DFLAVOUR="\"TTGO T-Display"\"

[env:TTGO_TDISPLAY_SANDWICH]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_speed = ${common_env_data.upload_speed}
Expand All @@ -249,7 +249,7 @@ build_flags =
-DFLAVOUR="\"TTGO T-Display Sandwich"\"

[env:esp32dev_OLED]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_speed = ${common_env_data.upload_speed}
Expand All @@ -271,7 +271,7 @@ build_flags =
-DFLAVOUR="\"ESP32 OLED"\"

[env:TDISPLAY_S3]
platform = espressif32
platform = espressif32 @ 6.6.0
board = lilygo-t-display-s3
framework = ${common_env_data.framework}
monitor_filters = ${common_env_data.monitor_filters}
Expand Down Expand Up @@ -302,8 +302,6 @@ build_flags =
-DSUPPORT_TFT
-DLILYGO_T_DISPLAY_S3
-DLV_LVGL_H_INCLUDE_SIMPLE
; -DARDUINO_USB_CDC_ON_BOOT=1
; -DARDUINO_USB_MODE=1
-DTOUCH_MODULES_CST_MUTUAL
-DUSER_SETUP_LOADED=1
-DBOARD_HAS_PSRAM
Expand Down Expand Up @@ -345,7 +343,7 @@ build_flags =
-DFLAVOUR="\"T-Display S3"\"

[env:esp32dev_ST7789_240x320]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
monitor_filters = ${common_env_data.monitor_filters}
Expand Down Expand Up @@ -397,7 +395,7 @@ build_flags =
-DFLAVOUR="\"ST7789_240x320"\"

[env:ttgo-t5-EINKBOARDGDEM0213B74]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_port = COM3
Expand All @@ -420,7 +418,7 @@ build_flags =
-DFLAVOUR="\"GDEM0213B74"\"

[env:ttgo-t5-EINKBOARDDEPG0213BN]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_port = COM4
Expand All @@ -444,7 +442,7 @@ build_flags =
-DFLAVOUR="\"DEPG0213BN"\"

[env:ttgo-t5-EINKBOARDGDEW0213M21]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_port = COM17
Expand All @@ -468,7 +466,7 @@ build_flags =
-DFLAVOUR="\"GDEW0213M21"\"

[env:ttgo-t7-EINKBOARDGDEM029T94]
platform = espressif32
platform = espressif32 @ 6.6.0
; board = esp32dev
board = ttgo-t7-v14-mini32
framework = ${common_env_data.framework}
Expand Down Expand Up @@ -497,7 +495,7 @@ build_flags =
-DFLAVOUR="\"GDEM029T94"\" ; Was GDEW029T5

[env:ttgo-t7-WEACT_GDEH0154D67]
platform = espressif32
platform = espressif32 @ 6.6.0
; board = esp32dev
board = ttgo-t7-v14-mini32
framework = ${common_env_data.framework}
Expand Down Expand Up @@ -526,7 +524,7 @@ build_flags =
-DFLAVOUR="\"GDEH0154D67-WeAct"\" ; GDEH0154D67 As WeAct Studio 1.54" 200x200 E-Ink Display

[env:ttgo-t7-WEACT_DEPG0213BN]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_port = COM11
Expand All @@ -550,7 +548,7 @@ build_flags =
-DFLAVOUR="\"DEPG0213BN-WeAct"\" ; DEPG0213BN As WeAct Studio 2.13" 250x122 E-Ink Display

[env:ttgo-t7-WEACT_GxEPD2_290_BS]
platform = espressif32
platform = espressif32 @ 6.6.0
board = esp32dev
framework = ${common_env_data.framework}
upload_port = COM11
Expand Down

0 comments on commit 0b5d543

Please sign in to comment.