Good day,
I have tried uploading one of your codes for a ESP8266 on Arduino but get the fault status “too many decimal points in number” on #define MQTT_HOST IPAddress (xxx.xxx.x.xxx)
Please assist me?
Kind regards,
Kobus
Hi.
You must use commas instead of points.
Make sure to insert your Mosquitto broker IP address in this format:
#define MQTT_HOST IPAddress (xxx., xxx, x, xxx)
For example:
#define MQTT_HOST IPAddress (192., 168, 1, 194)
I hope this helps.
Regards,
Sara
Hi Sara,
Thank you so much,it works just fine!
I have also bought one of your online books and it is the best money you can spend!
Please keep up the good work.
Kind regards,
Kobus