This commit is contained in:
2020-11-17 10:36:45 +01:00
parent eb5267771f
commit 0b443f7bd5
3 changed files with 14 additions and 21 deletions

View File

@ -7,3 +7,4 @@
const uint8_t DHCP_SOCK = 0;
const uint8_t MQTT_SOCK = 1;
const uint8_t CMD_SOCK = 2;
const uint8_t SYSLOG_SOCK = 3;