🐋 Adds sonar functionality

This commit is contained in:
Rune Harlyk
2024-08-02 19:35:25 +02:00
committed by Rune Harlyk
parent 069f14ddf7
commit 70fe15054a
3 changed files with 49 additions and 1 deletions
+5
View File
@@ -72,6 +72,11 @@
#define FT_BMP 0
#endif
// ESP32 SONAR off by default
#ifndef FT_USS
#define FT_USS 0
#endif
// ESP32 GPS off by default
#ifndef FT_GPS
#define FT_GPS 0