diff --git a/RF24Gateway.cpp b/RF24Gateway.cpp index d7fec34..e97c6e6 100644 --- a/RF24Gateway.cpp +++ b/RF24Gateway.cpp @@ -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)) {