Hallo Leute,
da ich auf meinem MCU mein fertiges Programm habe würde ich es nun gerne erweitern...
Ich habe mein Programm in der "Arduino" Software geschrieben.
Nun mein Ziel ist es z.B. ne App oder per HTML eine Seite zu programmieren in der ich mein WLAN-Name und das Passwort eingaben kann. Dies wieder rum soll dann automatisch in …
const char* ssid = "SSID"; // The SSID (name) of the Wi-Fi network you want to connect to
const char* password = "PASSWORD"; // The password of the Wi-Fi network
eingetragen werden.
Habt ihr eine IDEE oder sogar ein Tutorial ?