New TFT Firmware - no WiFi

Répondre
cncNovize
Messages : 14
Enregistré le : 04 nov. 2018 11:15
Localisation : Germany

New TFT Firmware - no WiFi

Message par cncNovize »

Hello guys.

I updated my TFT (RS CNC32) with the newest firmware.
Of course I edited the config.h file.

My WiFi name consists of two words seperated by a space, such as:
word1 word2

The password consists of letters (big and small), numbers and special characters.

So my config.h looks like:
// If wifi is used, set the parameter to identify the access point (= the router when ESP32_ACT_AS_STATION or the ESP32 when ESP32_ACT_AS_AP)
#define MY_SSID "word1 word2" // replace by the name of your access point (when act as station) or the name you assign to your device (when act as acces point)

// Only for ESP32_ACT_AS_STATION , set the password to get access to your access point (router)
#define MY_PASSWORD "aBc1234?" // replace by the password of your access point (when act as station) or the password you want to use to protect your ESP32 (when act as acces point)
// in this last case, password can remains empty
// select your language between EN, FR, DE
#define LANGUAGE DE
Of course this are fictitious values but it should show the situation.
Please mention the " in which each value is.

I thought it must work like this but when I start my RS CNC32 the TFT sometimes shows Error 1 "Expected cmd letter" or Error 2 "Bad number format".
As my WiFi doesn't work (as showed on the TFT) I think the errors have something to do with the WiFi problem.


Thanks for help.

cncNovize
Répondre