I have this code shown below from one YouTube video, I uploaded it to the ESP8266 module.
The problem I have is that I don't know how to insert a link to this generated page on the ESP8266 so that it can be clicked on.
Inserting something like this into the table "char temp[400]":
Causes the error shown below:
INFO: I am programming the ESP8266 in the Arduino IDE with the add-on allowing to program this module
Code: C / C++
The problem I have is that I don't know how to insert a link to this generated page on the ESP8266 so that it can be clicked on.
Inserting something like this into the table "char temp[400]":
Code: HTML, XML
Causes the error shown below:
IoT_ESP.ino:36:1: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
IoT_ESP:46: error: stray '\' in program
IoT_ESP:46: error: stray '\' in program
IoT_ESP.ino:51:8: warning: missing terminating " character [enabled by default]
IoT_ESP:46: error: missing terminating " character
IoT_ESP.ino: In function 'void handleRoot()':
IoT_ESP:45: error: expected ')' before 'http'
stray '\' in programINFO: I am programming the ESP8266 in the Arduino IDE with the add-on allowing to program this module