This commit is contained in:
2021-02-16 11:18:41 +01:00
parent 12626941ce
commit d749d2e7fc
4 changed files with 46 additions and 32 deletions

View File

@ -6,6 +6,5 @@
const uint8_t DHCP_SOCK = 0;
const uint8_t SNTP_SOCK = 1;
const uint8_t CMD_SOCK = 2;
const uint8_t DNS_SOCK = 3;
const uint8_t SINK_SOCK = 4;
const uint8_t DNS_SOCK = 2;
const uint8_t SINK_SOCK = 3;