cmaneu / Azure-Blinking-IoT-Compressor

This repository contains the "Azure Blinking IoT Compressor" workshop.
MIT License
3 stars 1 forks source link

Autoconnect to a specific workshop wifi #1

Closed cmaneu closed 4 years ago

cmaneu commented 5 years ago

The method WiFi.begin() has an override allowing to connect to a specific SSID with a specified WPA Key. When running workshops, we usually come with our own WiFi Router. We then could embed these credentials into the code for module 1.

The code should :

cmaneu commented 4 years ago

Fixed