mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Fix for proc_aprsrx and aprs_packet warnings, they are related
This commit is contained in:
parent
d617618dcd
commit
2108ea53fa
2 changed files with 6 additions and 6 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue