Code: Select all
// Call this method if you want to allow device to work in offline mode
// without Wi-Fi network configuration
// 1 - offline mode with empty config, but communication protocols may be
// enabled
// 2 - offline mode only with empty config and communication protocols
// disabled
// 0 - no offline mode
void allowWorkInOfflineMode(int mode = 1);