Request please for X1C:
On SD card ability to:
1: create a file called wifi_config.json
2: option on printer to read this file and setup wifi network with contents
Why:
Long complex names take too long to enter and when setting up multiple printers is a challenge.
File format for wifi_config.json:
{
“ssid”:“my_hidden_wifi_network_name”,
“password”:“myverylongcomplexpassword”
}