From f72196113d30468605a26535b07e19dd8a73b26d Mon Sep 17 00:00:00 2001 From: Colin Kuebler Date: Sat, 5 Oct 2019 18:57:59 -0400 Subject: [PATCH] Change smartconfig notice, fixing typo --- scripts/smartconfig/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smartconfig/main.py b/scripts/smartconfig/main.py index 8337795..5904193 100755 --- a/scripts/smartconfig/main.py +++ b/scripts/smartconfig/main.py @@ -15,7 +15,7 @@ secret = "0101" from smartconfig import smartconfig from time import sleep -print('Put Device in Learn Mode! Sending SmartConfig Packets now') +print('Put device in EZ config mode (blinking fast)') print('Sending SSID '+ssid) print('Sending wifiPassword '+passwd) print('Sending token '+token)