tcpTest started

This commit is contained in:
2020-11-11 14:19:02 +01:00
parent a8ded4a4f4
commit e306089188
5 changed files with 43 additions and 9 deletions

View File

@ -5,4 +5,5 @@
// on the W5500 there are eight ports available
const uint8_t DHCP_SOCK = 0;
const uint8_t MQTT_SOCK = 1;
const uint8_t MQTT_SOCK = 1;
const uint8_t TCPTEST_SOCK = 2;