🌗 Make more service feature togglable

This commit is contained in:
Rune Harlyk
2024-06-06 18:28:11 +02:00
committed by Rune Harlyk
parent c9be4873f4
commit f5d9cea236
5 changed files with 6420 additions and 6127 deletions
+6
View File
@@ -76,4 +76,10 @@
#ifndef FT_BMP
#define FT_BMP 0
#endif
// ESP32 GPS off by default
#ifndef FT_GPS
#define FT_GPS 0
#endif
#endif