mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-02 23:05:06 -04:00
Merge pull request #295 from GullCode/ui_sonde_warning_fix
Added missing initializer
This commit is contained in:
commit
9bd74f32d0
1 changed files with 3 additions and 3 deletions
|
@ -68,9 +68,9 @@ private:
|
|||
uint32_t target_frequency_ { 402700000 };
|
||||
bool logging { false };
|
||||
bool use_crc { false };
|
||||
sonde::GPS_data gps_info;
|
||||
sonde::temp_humid temp_humid_info;
|
||||
std::string sonde_id;
|
||||
sonde::GPS_data gps_info { };
|
||||
sonde::temp_humid temp_humid_info { };
|
||||
std::string sonde_id { };
|
||||
|
||||
Labels labels {
|
||||
{ { 4 * 8, 2 * 16 }, "Type:", Color::light_grey() },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue