Fixed wrong imports breaking CI
All checks were successful
Test compiling project / test (push) Successful in 1m40s

This commit is contained in:
2024-12-08 20:43:18 +01:00
parent 380503c8b8
commit 31bc4cf5cf
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#include "leds.h"
#include <Arduino.h>
#include <ArduinoLog.h>
#include "tools/tools.h"
#include "../tools/tools.h"
extern ActiveErrors active_errors;
extern WaterData water_data;