Commit Graph
13 Commits
Author SHA1 Message Date
Gijs Noorlander 6f1dcae5e1 [new new] Prepare for upcoming changes of 'new' in esp8266/Arduino
See https://github.com/esp8266/Arduino/pull/7536
2020-08-30 20:19:42 +02:00
Gijs Noorlander 2cba386e76 Fix build issue 2020-04-12 23:41:23 +02:00
Gijs Noorlander f15d583b06 [Cleanup] Code formatting for Pulse Counter 2020-04-12 21:59:57 +02:00
Gijs Noorlander a9f555538c [PulseCounter] Add SetPulseCounterTotal command
As requested on the [forum](https://www.letscontrolit.com/forum/viewtopic.php?p=43922#p43922)
2020-04-12 21:59:22 +02:00
Gijs Noorlander b33033e107 [CUL Reader] Fix bug in save/load settings 2020-04-08 23:26:27 +02:00
Gijs Noorlander f07017f3aa [I2C UART] Speed up reading from I2C Serial 2020-03-10 01:50:50 +01:00
Gijs Noorlander 5eccf7a70b [clangtidy] Address some warnings reported by CLangTidy 2019-10-31 01:13:34 +01:00
Gijs Noorlander f8168e9fe9 [Cleanup] Use taskIndex_t everywhere where a task index is used. 2019-10-23 17:07:52 +02:00
Gijs Noorlander 3c090f14f3 [Cleanup] Make use of consistent names for DeviceIndex (#2676)
See #2676
The use of DeviceIndex was not consistent, which may lead to strange issues.
DeviceIndex is the translation between the vector of included plugins and IDs of plugins available.
2019-10-22 16:23:21 +02:00
Gijs Noorlander cc5543ba1c Move Settings from ESPEasy-Globals.h to Globals/Settings.h 2019-09-25 00:46:04 +02:00
Gijs Noorlander 421631c9f1 Move Plugin administration from ESPEasy-Globals.h to Globals/Plugin.h 2019-09-25 00:46:04 +02:00
Gijs Noorlander 4cb60c0dad [cleanup] make it compile again on ArduinoIDE
Changes to file locations to make it compile again under Arduino IDE.
Basically `#include ""` and file locations have been fixed.
2019-09-25 00:46:04 +02:00
Gijs Noorlander beb7fee65b [Cleanup] Move structs to separate .h/.cpp files 2019-09-04 02:23:31 +02:00