/** * @file wifi_configuration.h * @brief Fill in your wifi configuration information here. * @version 0.1 * @date 2020-01-22 * * @copyright Copyright (c) 2020 * */ #ifndef __WIFI_CONFIGURATION__ #define __WIFI_CONFIGURATION__ #define EXAMPLE_WIFI_SSID "DAP" #define EXAMPLE_WIFI_PASS "12345678" #define PORT 22350 #endif