FPS_CAME = 4,

FPS_PRASTEL = 5,
    FPS_AIRFORCE = 6,
This commit is contained in:
HTotoo
2023-12-09 20:38:02 +01:00
parent db4083f684
commit f3dc130165
5 changed files with 114 additions and 1 deletions
+6
View File
@@ -132,6 +132,12 @@ const char* SubGhzDView::getSensorTypeName(FPROTO_SUBGHZD_SENSOR type) {
return "Princeton";
case FPS_BETT:
return "Bett";
case FPS_CAME:
return "Came";
case FPS_PRASTEL:
return "Prastel";
case FPS_AIRFORCE:
return "Airforce";
case FPS_Invalid:
default:
return "Unknown";