Skip to content

Commit

Permalink
Err, count var needs to be 16-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 authored Jul 11, 2020
1 parent c0a57ed commit 1acd057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Gateway.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void RF24Gateway::loadRoutingTable(){

std::string str;
std::string ip, mask, gw;
uint8_t count = 0;
uint16_t count = 0;
std::string space = " ";

while (std::getline(infile, str)) {
Expand Down

0 comments on commit 1acd057

Please # to comment.