We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4ff13 commit f63d8d5Copy full SHA for f63d8d5
src/set_wifi.c
@@ -163,7 +163,9 @@ void set_wifi_scan(void)
163
164
void set_wifi_done(void)
165
{
166
+#ifdef _CMOC_VERSION_
167
locate(0,14);
168
+#endif
169
int result = io_set_ssid(&nc);
170
// always (good or bad) go to connect_wifi.
171
// I had used result to only show this when we have good return, but
0 commit comments