esp-arduino-libs / ESP32_Display_Panel

Arduino library of driving display panel for the ESP SoCs
Apache License 2.0
72 stars 16 forks source link

Squareline Simple Wi-Fi Clock Example: How to set hardcoded Wi-Fi credentials? #49

Closed lboue closed 3 months ago

lboue commented 3 months ago

Squareline Simple Wi-Fi Clock Example

I haven't worked out how to set Wi-Fi credentials for Squareline Simple Wi-Fi Clock Example encoded directly in the code. Could you tell me how to do that?

Regards

Horion0415 commented 3 months ago

Hello, considering the convenience of connecting to Wi-Fi, this project is designed to configure the network through the UI in the settings. Therefore, configuring the network in the code is not supported at the moment. This feature might be supported in future updates. Alternatively, you can modify it according to your needs. You can refer to the Wi-Fi examples for the Wi-Fi configuration code.