fix github actions (include error)
@ -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
@ -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