Compilable version with wifi support - need to test

This commit is contained in:
2025-11-29 16:24:56 -06:00
parent 8bb08d2819
commit d6dfa5d681
9 changed files with 320 additions and 28 deletions

6
include/setup.hpp Normal file
View File

@@ -0,0 +1,6 @@
#ifndef SETUP_H
#define SETUP_H
void initialSetup();
#endif