Commit Graph
17 Commits
Author SHA1 Message Date
TD-er 3fa9cbff9f Merge branch 'mega' into cleanup/Scheduler 2023-09-17 17:57:00 +02:00
TD-er 71630ba87b [Cleanup] Remove no longer needed globals/Protocol.h/.cpp 2023-09-15 18:13:15 +02:00
TD-er 922ad76e5e [Controller] Simplify ESPEasy core administration of CPlugins 2023-09-15 17:09:09 +02:00
Ton Huisman 1db235e515 Merge branch 'mega' into feature/P028-add-detection-mode-setting 2023-08-18 15:53:07 +02:00
Ton Huisman 291c967bcd [Controllers] Show correct data (or nothing) for controllers without Host or Port settings 2023-07-29 16:48:14 +02:00
TD-er 405691b68c [Cleanup] Simplify allocation of ControllerSettings allocation, memleak? 2023-07-10 10:30:54 +02:00
TD-er cf791527ee [Dummy] Add 1...4 ULong as taskvalue output type
This way we can store upto 4  `uint32_t` values in a dummy and hand them over to the Cache Controller.
2023-03-04 20:21:27 +01:00
TD-er 0bdeb6dac1 [Cleanup] Reduce build size using own equals function for flash strings 2023-02-14 15:43:33 +01:00
TD-er e8ad5f153e [TaskRun] Add optional unixtime as siuggested timestamp (#4497)
Fixes: #4497
2023-02-10 22:25:05 +01:00
TD-er 6919337f08 [Cache Controller] Add command to flush all data in RTC memory to flash.
And also fix this data being flushed on intended reboots.
2023-01-25 13:42:57 +01:00
TD-er 5645c68ce3 [Cache Reader] Fix not converting to PluginID twice 2023-01-04 16:59:24 +01:00
TD-er d038ce2e15 [Controllers] Reduce bin size by getting rid of extensive macros 2023-01-01 21:11:08 +01:00
TD-er 8fe63e47fd [Controller Queue] Reduce bin size by using inheritance 2022-12-31 01:15:47 +01:00
TD-er 8fb6adc4b8 [Cache Reader] Store/fetch Plugin ID per sample 2022-12-21 15:46:40 +01:00
TD-er 71963c60e3 [Memory] Free allocated memory in Strings .clear() does not free it
See: https://github.com/esp8266/Arduino/issues/8485
2022-02-10 12:20:15 +01:00
TD-er 5f72c06718 [Cleanup] Replace empty string assignment with .clear() 2022-02-05 00:39:50 +01:00
TD-er 1cfd75d6bf [INO to CPP] Rename Cnnn.ino to Cnnn.cpp
This way we know for sure the Arduino typical build issues will be affecting building controllers.
2022-01-31 11:01:41 +01:00