From 7c19c13f3fad487ef46d9e3c0cdb8a95bdafd3d2 Mon Sep 17 00:00:00 2001 From: Mario Mariete <11509521+melkati@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:50:31 +0100 Subject: [PATCH] Version bump. Prepare for release 0.9.000 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index b2ff9711..7aa7fb6f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -56,9 +56,9 @@ build_flags = '-DWIFI_PW_CREDENTIALS=""' -D MQTT_BROKER_SERVER="\"192.168.1.145"\" - -D CO2_GADGET_VERSION="\"0.8."\" + -D CO2_GADGET_VERSION="\"0.9."\" - -D CO2_GADGET_REV="\"090-development"\" + -D CO2_GADGET_REV="\"000"\" -D CORE_DEBUG_LEVEL=0 -DNEOPIXEL_PIN=26 ; Pinnumber for button for down/next and back / exit actions -DNEOPIXEL_COUNT=16 ; How many neopixels to control