Search found 1 match
- Wed Feb 05, 2020 6:45 am
- Forum: General Discussion
- Topic: guru meditation error
- Replies: 1
- Views: 2262
guru meditation error
How to solve this error : /* * This sketch demonstrates how to scan WiFi networks. * The API is almost the same as with the WiFi Shield library, * the most obvious difference being the different file you need to include: */ #include "WiFi.h" void setup() { Serial.begin(115200); // Set WiFi to statio...