no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
app_config.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef CONFIG_H_
34#define CONFIG_H_
35
36#define ENABLE_LOOPBACK
37
38#define WIFI_SSID "RouterSSID"
39#define WIFI_PWD "******"
40
41#endif