Refactor header files - includes should only declare, not define

This commit is contained in:
Sassa NF
2024-12-23 09:36:23 +00:00
parent cb6b93f9ff
commit ca6a61ff93
6 changed files with 132 additions and 73 deletions

View File

@@ -79,7 +79,7 @@
// #include "utilities.h"
// Our Code
#include "LiLyGo.h"
#include <LiLyGo.h>
#endif // end LILYGO
#define BT_SCAN_DELAY 60 * 1 * 1000