Fix for proc_aprsrx and aprs_packet warnings, they are related

This commit is contained in:
GullCode 2022-04-21 17:38:49 +02:00
parent d617618dcd
commit 2108ea53fa
2 changed files with 6 additions and 6 deletions

View file

@ -259,7 +259,7 @@ private:
bool valid_checksum = false;
uint8_t payload[256];
char address_buffer[15];
uint8_t payload_size;
uint8_t payload_size = 0 ;
Timestamp timestamp_ { };
float parse_lat_str_cmp(const std::string& lat_str){