mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 11:36:38 -04:00
Radiosonde QR code fixes (#2021)
* Increase size of small QR Code * Fixed QR code lat/lon for iPhone * Show current geopos location on map * Deprecate large QR code
This commit is contained in:
parent
4aeaf94d2d
commit
692644d214
4 changed files with 15 additions and 83 deletions
|
@ -89,8 +89,6 @@ class SondeView : public View {
|
|||
|
||||
std::unique_ptr<SondeLogger> logger{};
|
||||
|
||||
char geo_uri[32] = {};
|
||||
|
||||
sonde::GPS_data gps_info{};
|
||||
sonde::temp_humid temp_humid_info{};
|
||||
std::string sonde_id{};
|
||||
|
@ -208,7 +206,6 @@ class SondeView : public View {
|
|||
void on_gps(const GPSPosDataMessage* msg);
|
||||
void on_orientation(const OrientationDataMessage* msg);
|
||||
void on_packet(const sonde::Packet& packet);
|
||||
char* float_to_char(float x, char* p);
|
||||
};
|
||||
|
||||
} /* namespace ui */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue