🙊 Adds sonar support

This commit is contained in:
Rune Harlyk
2024-07-22 13:57:11 +02:00
committed by Rune Harlyk
parent 1f30b919f5
commit 069f14ddf7
6 changed files with 22 additions and 3 deletions
+1
View File
@@ -15,5 +15,6 @@ build_flags =
-D FT_BMP=1
-D FT_GPS=0
-D FT_WS2812=1
-D FT_USS=0
-D FT_SERVO=1
-D FT_ADS1115=1
@@ -33,6 +33,7 @@ void FeaturesService::begin() {
root["imu"] = FT_IMU;
root["mag"] = FT_MAG;
root["bmp"] = FT_BMP;
root["sonar"] = FT_USS;
root["firmware_version"] = APP_VERSION;
root["firmware_name"] = APP_NAME;
root["firmware_built_target"] = BUILD_TARGET;