ct-Open-Source / Basecamp

An Arduino library to ease the use of the ESP32 in IoT projects
GNU General Public License v3.0
253 stars 48 forks source link

Some fixes #17

Closed Dirk007 closed 6 years ago

Dirk007 commented 6 years ago

Removed some memory leaks, fixes assignment/comparison mixup, modernized some parts as seen on reading by, reformatted some parts, made some functions void() as there was no return value set or evaluated. Also extended the doorsensor example with a hardware-reset-pin. Also added some TODOs for things that I thought of but did not want to include them into this PR as it is already a lot too big (sorry for that). Hopefully there are not too many FIXMEs left :D