mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
SubGHz: Show Geo info when GPS is disabled
This commit is contained in:
@@ -32,7 +32,7 @@ struct SubGhzGPS {
|
||||
void (*deinit)(SubGhzGPS* subghz_gps);
|
||||
|
||||
/**
|
||||
* Get description for signal info
|
||||
* Concatenate realtime GPS info to string
|
||||
*
|
||||
* @param subghz_gps SubGhzGPS object
|
||||
* @param descr Output string
|
||||
@@ -40,7 +40,7 @@ struct SubGhzGPS {
|
||||
* @param longitude Longitude
|
||||
* @return void
|
||||
*/
|
||||
void (*get_descr)(SubGhzGPS* subghz_gps, FuriString* descr, float latitude, float longitude);
|
||||
void (*cat_realtime)(SubGhzGPS* subghz_gps, FuriString* descr, float latitude, float longitude);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user