mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-12 07:49:32 -05: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 lat_str = "";
|
||||||
std::string lng_str = "";
|
std::string lng_str = "";
|
||||||
|
|
||||||
bool is_north;
|
bool is_north = false;
|
||||||
bool is_west;
|
bool is_west = false;
|
||||||
uint8_t lng_offset;
|
uint8_t lng_offset = 0;
|
||||||
for(uint8_t i = DESTINATION_START; i < DESTINATION_START + ADDRESS_SIZE - 1; i++){
|
for(uint8_t i = DESTINATION_START; i < DESTINATION_START + ADDRESS_SIZE - 1; i++){
|
||||||
uint8_t ascii = payload[i] >> 1;
|
uint8_t ascii = payload[i] >> 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user