From 96fa4eb884dacac1394c45c180725b8c6f633ca4 Mon Sep 17 00:00:00 2001 From: Tyler Moore Date: Mon, 16 Sep 2019 12:02:30 -0700 Subject: [PATCH] Update main.cpp --- Components/Device/examples/uDAQC_Configure/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/Device/examples/uDAQC_Configure/src/main.cpp b/Components/Device/examples/uDAQC_Configure/src/main.cpp index b6756bb..46d9b22 100644 --- a/Components/Device/examples/uDAQC_Configure/src/main.cpp +++ b/Components/Device/examples/uDAQC_Configure/src/main.cpp @@ -12,7 +12,7 @@ void setup() //UDAQC::FileSystem::clear_networks(); - UDAQC::FileSystem::add_network(&(UDAQC::Network::wifiMulti), "MySpectrumWiFib3-2G", "largenest554"); + UDAQC::FileSystem::add_network(&(UDAQC::Network::wifiMulti), "SSID", "password"); } void loop()