-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 #2
Comments
Hi !
The only problem where the slightly different LittleFS Libs ... And I made a small fix in the cpp file (Typecast p_ini_file). Otherwise it won´t compile for ESP32:
Maybe your filesystem is not formatted correctly with LittleFS ? Dominik |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi have problem in ESP8266, open return false:
Serial.println(ini_open ("/setup.ini"));
ClientSSID = ini_read ("network", "ClientSSID","prova");
Serial.println(ClientSSID);
ClientPassword = ini_read ("network", "ClientPassword"," ");
Serial.println(ClientPassword);
HostSSID = ini_read ("network", "HostSSID","CV19Archimede");
HostPassword = ini_read ("network", "HostPassword","cv19");
HostIp = ini_read ("network", "HostIp","192.168.1.1");
ini_close();
ini file:
[network]
ClientSSID = sadad
ClientPassword = 25399
HostSSID = dfsdd
HostPassword = 123
HostIp = 192.168.1.1
The text was updated successfully, but these errors were encountered: