Skip to content

Commit

Permalink
CO2 Gadget Beta v0.12.050. Add e-Ink display support
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Apr 26, 2024
1 parent 7069a2c commit def424c
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,7 +26,7 @@ build_flags =
;****************************************************************************************
[debug]
build_flags =
-DDEBUG_EINK
; -DDEBUG_EINK
; -DDEBUG_NEOPIXEL
; -DDEBUG_PREFERENCES ; Print preferences to serial on load and save
; -DDEBUG_WIFI_EVENTS
Expand Down Expand Up @@ -73,7 +73,7 @@ build_flags =
'-DWIFI_PW_CREDENTIALS=""'
-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.12."\"
-D CO2_GADGET_REV="\"036"\"
-D CO2_GADGET_REV="\"050"\"
-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 @@ -395,9 +395,9 @@ build_flags =
platform = espressif32
board = esp32dev
framework = ${common_env_data.framework}
upload_port = COM4
upload_port = COM3
upload_speed = 2000000
monitor_port = COM4
monitor_port = COM3
monitor_speed = 115200
monitor_filters = ${common_env_data.monitor_filters}
board_build.partitions = ${common_env_data.board_build.partitions}
Expand Down

0 comments on commit def424c

Please sign in to comment.