mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Updated pocsag,tpms,ws to save coords --nobuild
This commit is contained in:
@@ -64,6 +64,16 @@ SubGhzProtocolStatus tpms_block_generic_serialize(
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(!flipper_format_write_float(flipper_format, "Latitute", &preset->latitude, 1)) {
|
||||
FURI_LOG_E(TAG, "Unable to add Latitute");
|
||||
res = SubGhzProtocolStatusErrorParserLatitude;
|
||||
break;
|
||||
}
|
||||
if(!flipper_format_write_float(flipper_format, "Longitude", &preset->longitude, 1)) {
|
||||
FURI_LOG_E(TAG, "Unable to add Longitude");
|
||||
res = SubGhzProtocolStatusErrorParserLongitude;
|
||||
break;
|
||||
}
|
||||
if(!flipper_format_write_string_cstr(flipper_format, "Protocol", instance->protocol_name)) {
|
||||
FURI_LOG_E(TAG, "Unable to add Protocol");
|
||||
res = SubGhzProtocolStatusErrorParserProtocolName;
|
||||
|
||||
Reference in New Issue
Block a user