Commit Graph
9 Commits
Author SHA1 Message Date
stefan 20f09d5fdb [ArduinoIDE] Make it compile again
Some small changes to make it compile again on Arduino IDE for esp8266 as well as esp32.
2022-08-22 19:24:11 +02:00
TD-er 0f3ae9ab7c [Cleanup] Move PluginTaskData_base structs to Pxxx_data_struct.h/.cpp 2022-07-11 00:19:35 +02:00
Saverio Cisternino 5eb94adedc Fix parse_uint ref https://github.com/staticlibs/ccronexpr/pull/30 2020-06-03 17:48:13 +02:00
Gijs Noorlander 62679022cb [PVS-Studio] Suppress char out of range warning in static data 2020-04-30 01:01:20 +02:00
Gijs Noorlander f3b5628d06 Fix warnings in ccronexpr test code 2020-03-08 10:18:39 +01:00
Gijs Noorlander 37538f4124 [Build Size] Replace all TXBuffer += calls where possible
The TXBuffer is a "header only" implementation.
This means it may be compiled "inline" and thus takes quite a bit of compiled code.
This makes the binary larger and slows the ESP down.

Now it is even possible to make core 2.6.3 builds using "minimal OTA".
The "Dev" build is roughly 55k smaller.
2020-02-28 02:28:03 +01:00
Gijs Noorlander bec65282de [Cron] Fix memory leak 2020-02-27 19:19:25 +01:00
Saverio Cisternino 2308f7b49c Update ccronexpr library to v20190415 2019-09-20 17:42:01 +02:00
Saverio Cisternino fc407e86e1 [CRON] Plugin 2018-10-26 09:51:41 +02:00