atc1441 / E-Paper_Pricetags

GNU General Public License v3.0
219 stars 38 forks source link

Do not hardcode the WLAN credentials #20

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

Let's not hardcode the WLAN credentials.

Using WiFiManager the device opens a temporary WLAN access point that can be used to tell the device which WLAN to connect to, and using which password.

image

Screenshot source

I have started to integrate this but since I am still waiting on devices I could not test this on hardware yet:

https://github.com/atc1441/E-Paper_Pricetags/compare/main...probonopd:patch-1

atc1441 commented 3 years ago

Used it before with other projects and quite satisfied with it.

For simplicity i left hard coded credentials in development of the RF protocol in but got no problem with implementing it, also the usual OTA is still needed to be implemented :)

probonopd commented 3 years ago

Closed by https://github.com/atc1441/E-Paper_Pricetags/pull/21