#ifndef _USER_CONFIG_ #define _USER_CONFIG_ #include static const char wifi_ssid[] = ""; static const char wifi_password[] = ""; static const const uint16_t udp_port = 1337; #endif