start mqtt stuff
This commit is contained in:
8
cube/User/Src/ports.c
Normal file
8
cube/User/Src/ports.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
|
||||
// on the W5500 there are eight ports available
|
||||
|
||||
const uint8_t DHCP_SOCK = 0;
|
||||
const uint8_t MQTT_SOCK = 1;
|
Reference in New Issue
Block a user