mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-03 00:18:24 +02:00
0.8.1
fix github actions (include error)
This commit is contained in:
parent
e582cb71d0
commit
e550111f95
2 changed files with 2 additions and 2 deletions
2
.github/workflows/compile_release.yml
vendored
2
.github/workflows/compile_release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue