This commit is contained in:
2021-02-08 13:13:05 +01:00
parent 388d7fa7ab
commit f2a3d2edc4
5 changed files with 56 additions and 10 deletions

View File

@ -8,3 +8,4 @@ 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;