1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 06:23:07 +01:00

#79: add udp writer

This commit is contained in:
andreas
2024-11-04 20:21:33 +01:00
parent d0dee367f8
commit 490a5b9ba1
6 changed files with 156 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ class GwApi{
unsigned long ser2Tx=0;
unsigned long tcpSerRx=0;
unsigned long tcpSerTx=0;
unsigned long udpwTx=0;
int tcpClients=0;
unsigned long tcpClRx=0;
unsigned long tcpClTx=0;