diff --git a/.github/workflows/release2.yml b/.github/workflows/release2.yml index 200476d4..5230f7ed 100644 --- a/.github/workflows/release2.yml +++ b/.github/workflows/release2.yml @@ -40,8 +40,8 @@ jobs: strategy: matrix: # environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }} - # environment: [TTGO_TDISPLAY, TTGO_TDISPLAY_SANDWICH] - environment: [TTGO_TDISPLAY_SANDWICH] + environment: [TTGO_TDISPLAY, TTGO_TDISPLAY_SANDWICH] + # environment: [TTGO_TDISPLAY_SANDWICH] # environment: [esp32dev, esp32dev-sandwich] # environment: [esp32dev-sandwich] @@ -139,7 +139,7 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - name: ${{ github.event.repository.name }}-${{ matrix.environment }}-${{ steps.get_version.outputs.VERSION }} + name: ${{ github.event.repository.name }}-${{ steps.get_version.outputs.VERSION }} files: | ./firmware/*.bin ./firmware/*.json diff --git a/platformio.ini b/platformio.ini index 07c04329..33a6df64 100644 --- a/platformio.ini +++ b/platformio.ini @@ -50,7 +50,7 @@ build_flags = -D MQTT_BROKER_SERVER="\"192.168.1.145"\" -D CO2_GADGET_VERSION="\"0.4."\" - -D CO2_GADGET_REV="\"031"\" + -D CO2_GADGET_REV="\"032"\" -D CORE_DEBUG_LEVEL=0 -D TTGO_TDISPLAY=1 -D ENABLE_PIN=27 ; Reserved for the future to enable the sensor