🙊 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
@@ -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;