Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
fix github actions (include error)
  • Loading branch information
lumapu committed Nov 5, 2023
1 parent e582cb7 commit e550111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/hm/Communication.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "CommQueue.h"
#include <Arduino.h>
#include "../utils/crc.h"
#include "heuristic.h"
#include "Heuristic.h"

#define MI_TIMEOUT 250
#define DEFAULT_TIMEOUT 500
Expand Down

0 comments on commit e550111

Please sign in to comment.