sblantipodi / arduino_bootstrapper

Utility classes for bootstrapping Arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples needs an ino file

iplayfast opened this issue · comments

The examples folder has a cpp and .h file, but there is no ino file.

You just have to rename ChangeName.cpp into ChangeName.ino and place it and the file ChangeName.h into a folder named ChangeName so that you can edit and compile them with the Arduino IDE.
You will need also to edit the Configuration.h file of the library to adapt it to your own network configuration.

Have a glance also to the Smart Thermostat application from sblantipodi to better understand all the potential of the library and the way to use it.

thanks @Pronoe for helping here...
Closing the issue since Pronoe has answered it already :)