2021-01-09 22:01:21 +01:00
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// on the W5500 there are eight ports available
|
|
|
|
|
|
|
|
const uint8_t DHCP_SOCK = 0;
|
2021-02-07 13:47:34 +01:00
|
|
|
const uint8_t SNTP_SOCK = 1;
|
2021-02-16 11:18:41 +01:00
|
|
|
const uint8_t DNS_SOCK = 2;
|
|
|
|
const uint8_t SINK_SOCK = 3;
|