Bonjour, savez vous comment je peux modifier le mot de passe du wifi du rover GalaxyRVR ?
Merci de votre réponse,
Cordialement
Bonjour, savez vous comment je peux modifier le mot de passe du wifi du rover GalaxyRVR ?
Merci de votre réponse,
Cordialement
Open the galaxy-rvr.ino file located in the galaxy-rvr-main\galaxy-rvr directory.
** Configure WiFi mode, SSID, password**
#define WIFI_MODE WIFI_MODE_AP
#define SSID “GalaxyRVR” // You can modify this name
#define PASSWORD “12345678” // You can modify the password here
Save this code. Select the correct development board (Arduino Uno) and the correct port in the Arduino IDE, then click the Upload button to upload it to the R3 board.