From 3df67a61d3ece0328cc46c2bd51a07e82762bb33 Mon Sep 17 00:00:00 2001 From: Mario Mariete <11509521+melkati@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:50:17 +0100 Subject: [PATCH] Prepare for release --- README.md | 1 - platformio.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c780f27..2ab72f90 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ These are the GPIOs used by each predefined board: - RX / TX: Pins (GPIO) used for sensors connected by serial port. - I2C: Pins (GPIO) corresponding to the I2C bus for connection of I2C sensors and displays. - UP / DWN: Pins (GPIO) to which to connect the "Up" and "Down" buttons. They are optional as CO2 Gadget is fully functional with no buttons attached. -- EN: Pin (GPIO) that supplies an ENABLE signal for switching the sensors on and off (reserved for future use). - GPIO Orange: Pin (GPIO) corresponding to the output when the orange level is reached (for relays, alarms, and RGB LED). - GPIO Red: Pin (GPIO) corresponding to the output when the orange level is reached (for relays, alarms, and RGB LED). - GPIO Battery: Pin for battery voltage measurement. diff --git a/platformio.ini b/platformio.ini index 940cc6d4..0037ad52 100644 --- a/platformio.ini +++ b/platformio.ini @@ -60,8 +60,8 @@ build_flags = '-DWIFI_PW_CREDENTIALS=""' -D MQTT_BROKER_SERVER="\"192.168.1.145"\" - -D CO2_GADGET_VERSION="\"0.10."\" - -D CO2_GADGET_REV="\"005"\" + -D CO2_GADGET_VERSION="\"0.11."\" + -D CO2_GADGET_REV="\"000"\" -D CORE_DEBUG_LEVEL=0 -DCACHE_DIR=".pio/build" -DBUZZER_PIN=2 ; ESP32 pin GPIO13 connected to piezo buzzer