From e550111f9510d81004fae2edec888ca973953c92 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 5 Nov 2023 14:16:50 +0100 Subject: [PATCH] 0.8.1 fix github actions (include error) --- .github/workflows/compile_release.yml | 2 +- src/hm/Communication.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_release.yml b/.github/workflows/compile_release.yml index cb4979b4..70eb5f29 100644 --- a/.github/workflows/compile_release.yml +++ b/.github/workflows/compile_release.yml @@ -43,7 +43,7 @@ jobs: - name: Install PlatformIO run: | - python -m pip install --upgrade pip + python -m pip install setuptools --upgrade pip pip install --upgrade platformio - name: Run PlatformIO diff --git a/src/hm/Communication.h b/src/hm/Communication.h index baf912d2..95f438d5 100644 --- a/src/hm/Communication.h +++ b/src/hm/Communication.h @@ -9,7 +9,7 @@ #include "CommQueue.h" #include #include "../utils/crc.h" -#include "heuristic.h" +#include "Heuristic.h" #define MI_TIMEOUT 250 #define DEFAULT_TIMEOUT 500