fix github actions (include error)
This commit is contained in:
lumapu 2023-11-05 14:16:50 +01:00
parent e582cb71d0
commit e550111f95
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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