Fixed wrong imports breaking CI
All checks were successful
Test compiling project / test (push) Successful in 1m40s
All checks were successful
Test compiling project / test (push) Successful in 1m40s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <WiFi.h>
|
||||
#include "../global_data/defines.h"
|
||||
#include <Preferences.h>
|
||||
#include <global_data/global_data.h>
|
||||
#include "../global_data/global_data.h"
|
||||
|
||||
int64_t mac_address = ESP.getEfuseMac();
|
||||
uint8_t failed_connection_attempts = 0;
|
||||
|
||||
Reference in New Issue
Block a user