Xinyuan-LilyGO / T-Deck

306 stars 54 forks source link

Added alternative to set WiFi params via environment variables #48

Closed hpsaturn closed 2 months ago

hpsaturn commented 2 months ago

Summary

With these PR you are able to set the WiFi credentials via two environment variables like this:

export PIO_WIFI_SSID="Your wifi ssid"
export PIO_WIFI_PASSWOR="Your wifi password"
lewisxhe commented 2 months ago

Thank you for your optimization