mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-18 22:51:34 +00:00
Added missing initializer
This commit is contained in:
parent
19ebf14e8c
commit
ca7b5e110c
@ -68,9 +68,9 @@ private:
|
|||||||
uint32_t target_frequency_ { 402700000 };
|
uint32_t target_frequency_ { 402700000 };
|
||||||
bool logging { false };
|
bool logging { false };
|
||||||
bool use_crc { false };
|
bool use_crc { false };
|
||||||
sonde::GPS_data gps_info;
|
sonde::GPS_data gps_info { };
|
||||||
sonde::temp_humid temp_humid_info;
|
sonde::temp_humid temp_humid_info { };
|
||||||
std::string sonde_id;
|
std::string sonde_id { };
|
||||||
|
|
||||||
Labels labels {
|
Labels labels {
|
||||||
{ { 4 * 8, 2 * 16 }, "Type:", Color::light_grey() },
|
{ { 4 * 8, 2 * 16 }, "Type:", Color::light_grey() },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user