mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
aprs_packet.hpp compiler warning fix
This commit is contained in:
parent
2ab4ed591d
commit
f5c3219035
@ -339,9 +339,9 @@ private:
|
||||
std::string lat_str = "";
|
||||
std::string lng_str = "";
|
||||
|
||||
bool is_north;
|
||||
bool is_west;
|
||||
uint8_t lng_offset;
|
||||
bool is_north = false;
|
||||
bool is_west = false;
|
||||
uint8_t lng_offset = 0;
|
||||
for(uint8_t i = DESTINATION_START; i < DESTINATION_START + ADDRESS_SIZE - 1; i++){
|
||||
uint8_t ascii = payload[i] >> 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user