You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've donwloaded the last version of the scroller. When compiling it, I got these warnings for the username and password:
In file included from C:\Users\Farmad\Desktop\test_platform_1\test_platform_1.ino:24:
C:\Users\Farmad\Desktop\test_platform_1\settings.h:66:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
66 | char* www_username = "admin"; // User account for the Web Interface
warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
67 | char* www_password = "password"; // Password for the Web Interface
But everything works great!
Kind regards,
Christophe
The text was updated successfully, but these errors were encountered:
Hello,
I've donwloaded the last version of the scroller. When compiling it, I got these warnings for the username and password:
In file included from C:\Users\Farmad\Desktop\test_platform_1\test_platform_1.ino:24:
C:\Users\Farmad\Desktop\test_platform_1\settings.h:66:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
66 | char* www_username = "admin"; // User account for the Web Interface
warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
67 | char* www_password = "password"; // Password for the Web Interface
But everything works great!
Kind regards,
Christophe
The text was updated successfully, but these errors were encountered: