From 4c796fe9aa326ade7b2008335080b2dd4c7d39a5 Mon Sep 17 00:00:00 2001
From: Mario Mariete <11509521+melkati@users.noreply.github.com>
Date: Sun, 28 Jan 2024 15:05:37 +0100
Subject: [PATCH] Fix typo in manifest creation step

---
 .github/workflows/release3.yml | 1 +
 platformio.ini                 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release3.yml b/.github/workflows/release3.yml
index f763d8d0..9954ca31 100644
--- a/.github/workflows/release3.yml
+++ b/.github/workflows/release3.yml
@@ -127,6 +127,7 @@ jobs:
             fi
 
             # Create manifest
+            echo "{" > ${{ github.event.repository.name }}-${{ matrix.environment }}.manifest.json
             echo "  \"name\": \"${{ github.event.repository.name }}-${{ matrix.environment }}\"," >> ${{ github.event.repository.name }}-${{ matrix.environment }}.manifest.json
             echo "  \"flavour\": \"${{ matrix.environment }}\"," >> ${{ github.event.repository.name }}-${{ matrix.environment }}.manifest.json
             echo "  \"version\": \"${{ steps.get_version.outputs.VERSION }}\"," >> ${{ github.event.repository.name }}-${{ matrix.environment }}.manifest.json
diff --git a/platformio.ini b/platformio.ini
index 0d881ffd..212e44ab 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -58,7 +58,7 @@ build_flags =
     -D MQTT_BROKER_SERVER="\"192.168.1.145"\"
     -D CO2_GADGET_VERSION="\"0.8."\"
 
-    -D CO2_GADGET_REV="\"085"\"
+    -D CO2_GADGET_REV="\"086"\"
     -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