mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
make sta udp receiver working
This commit is contained in:
@@ -120,7 +120,7 @@ void GwUdpReader::loop(bool handleRead, bool handleWrite)
|
||||
//only change anything if we considered the station IP
|
||||
String nextStationIp;
|
||||
if (WiFi.isConnected()){
|
||||
String nextStationIp=WiFi.localIP().toString();
|
||||
nextStationIp=WiFi.localIP().toString();
|
||||
}
|
||||
if (setStationAdd(nextStationIp)){
|
||||
LOG_INFO("UDPR: wifi client IP changed, restart");
|
||||
|
||||
Reference in New Issue
Block a user