twinkl-esp/include/user_config.h

11 lines
195 B
C

#ifndef _USER_CONFIG_
#define _USER_CONFIG_
#include <stdint.h>
static const char wifi_ssid[] = "";
static const char wifi_password[] = "";
static const const uint16_t udp_port = 1337;
#endif