Closed mfgbhatti closed 2 years ago
Just an after thought i reviewed the changes they are working.
I tweaked a bit the ask_password function to avoid the if statement to check WIFI case.
https://github.com/picodotdev/alis/commit/cb31e11bf48940f789e4a3bc8e3204bff6f1c79d
Hi there, thanks for incorporating the last PR. This PR is about just one function
ask_password
which is reused inask_passwords
. I delibrate not changed varibale namedWIFI_KEY
, but if you want this can be changed toWIFI_PASSWORD
and one more if statement will not be needed. Thank you