fixed cicd
All checks were successful
Test compiling project / test (push) Successful in 1m36s

This commit is contained in:
2024-11-04 19:26:45 +01:00
parent 6591fc0152
commit 57a6e041a5
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Run PlatformIO - name: Run PlatformIO
run: pio ci -c platformio.ini ./ run: pio ci -c platformio.ini ./ --lib ./lib/INA233/

View File

@@ -2,7 +2,7 @@
#include <INA233.h> #include <INA233.h>
#include <Preferences.h> #include <Preferences.h>
#include <ArduinoLog.h> #include <ArduinoLog.h>
#include <global_data/global_data.h> #include "../global_data/global_data.h"
#include "Wire.h" #include "Wire.h"