8 lines
129 B
C
Raw Normal View History

2020-11-10 15:56:07 +01:00
#include <stdint.h>
// on the W5500 there are eight ports available
const uint8_t DHCP_SOCK = 0;
const uint8_t MQTT_SOCK = 1;