use random device id

This commit is contained in:
technyon
2022-04-02 18:02:49 +02:00
parent 9792110461
commit a6d59af73b
3 changed files with 26 additions and 8 deletions

View File

@@ -19,9 +19,6 @@ void Network::initialize()
WiFi.mode(WIFI_STA); // explicitly set mode, esp defaults to STA+AP
// it is a good practice to make sure your code sets wifi mode how you want it.
// put your setup code here, to run once:
Serial.begin(115200);
//WiFiManager, Local intialization. Once its business is done, there is no need to keep it around
WiFiManager wm;