This commit is contained in:
2021-02-07 13:47:34 +01:00
parent c691620ff7
commit a5f20fc073
7 changed files with 204 additions and 46 deletions

View File

@ -5,7 +5,6 @@
// on the W5500 there are eight ports available
const uint8_t DHCP_SOCK = 0;
const uint8_t MQTT_SOCK = 1;
const uint8_t SNTP_SOCK = 1;
const uint8_t CMD_SOCK = 2;
const uint8_t SYSLOG_SOCK = 3;
const uint8_t DNS_SOCK = 4;
const uint8_t DNS_SOCK = 3;