Skip to content

Commit f63d8d5

Browse files
committed
Ifdefout locate command for non-coco builds
1 parent fb4ff13 commit f63d8d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/set_wifi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ void set_wifi_scan(void)
163163

164164
void set_wifi_done(void)
165165
{
166+
#ifdef _CMOC_VERSION_
166167
locate(0,14);
168+
#endif
167169
int result = io_set_ssid(&nc);
168170
// always (good or bad) go to connect_wifi.
169171
// I had used result to only show this when we have good return, but

0 commit comments

Comments
 (0)