Commit Graph

17 Commits

Author SHA1 Message Date
Barbudor 7c8d966206 easier to disable PID_USE_TIMPROP 2021-09-25 17:20:36 +00:00
Theo Arends ebeb4ea7ff Remove AddLog_P in favour of AddLog
Remove AddLog_P in favour of AddLog switching log from stack to heap allowing longer log entries (up to approximate log buffer size)
2021-06-05 11:47:09 +02:00
Theo Arends 77760dc2cc Prep virtual mqtt_data prt2 2021-05-23 16:50:17 +02:00
Theo Arends efaed8046d Refactor AddLog usage 2021-01-23 16:26:23 +01:00
Theo Arends bc384a3858 Restore AddLog_P to max 700 chars
Changed maximum chars in ``AddLog_P`` logging restored from 128 to 700 (MAX_LOGSZ) to solve broken error messages
2021-01-23 13:21:17 +01:00
Marcus 06cc6406da remove log entry 2021-01-11 19:01:19 +01:00
Marcus 611456327d make sure code compiles with tasmota-minimal 2021-01-11 18:59:20 +01:00
Marcus 97f3a7d438 readd TimePropCommand 2021-01-11 18:42:00 +01:00
Marcus ef2525fcdd merging to latest rebase of development 2021-01-11 18:32:05 +01:00
Marcus 02d8715d3d add ifndef to ensure "tasmota-minimal" still builds 2021-01-11 18:25:31 +01:00
Marcus 405f25db08 re-add code to modify timeprop values via mqtt 2021-01-11 18:23:00 +01:00
Marcus d966f1f74f add ifndef to ensure "tasmota-minimal" still builds 2021-01-08 21:57:56 +01:00
Marcus aedfe35b01 re-add code to modify timeprop values via mqtt 2021-01-08 21:36:28 +01:00
Theo Arends 23cb8ac559 Support for time proportioned relays
Support for time proportioned (``#define USE_TIMEPROP``) and optional PID (``#define USE_PID``) relay control (#10412)
2021-01-07 15:07:14 +01:00
Marcus 8b5961c37d remove code that did not seem to be necessary 2021-01-06 23:53:46 +01:00
Marcus c396a9bbdb conclude renaming 2021-01-06 23:09:23 +01:00
Marcus 6ba2fdab65 rename xdrv_91_timeprop.ino -> xdrv_48_timeprop.ino 2021-01-06 23:05:54 +01:00