|
@@ -307,6 +307,7 @@ int main(int argc, char *argv[])
|
|
|
strcpy((char *) SysConfig.AthInterface.WifiPassword, ""); // default: Null
|
|
|
SysConfig.AthInterface.WifiDhcpServer = 0; // 0: Enable 1: Disable
|
|
|
SysConfig.AthInterface.WifiDhcpClient = 0; // 0: Enable 1: Disable
|
|
|
+ SysConfig.AthInterface.WifiBroadcastSsid = 1; // 0: hidden 1: broadcast
|
|
|
|
|
|
// Telecom configuration
|
|
|
strcpy((char*)SysConfig.TelecomInterface.TelcomApn, ""); // default: Null
|