Bernhard Kirchen
|
c106224052
|
logging: centralize rate limiting
|
2025-08-19 18:53:08 +02:00 |
|
Bernhard Kirchen
|
5ba3446ad4
|
Fix: make logging more leightweight using large shared buffer
|
2025-08-19 18:52:17 +02:00 |
|
Bernhard Kirchen
|
5c89460e14
|
do not derive MessageOutput from Print
force us to use ESP_LOGx macros to log messages. print*() functions are
no longer available through MessageOutput.
|
2025-06-09 15:19:37 +02:00 |
|
Thomas Basler
|
724890147f
|
Feature: Redirect all ESP log output to the MessageOutput handler
|
2025-05-04 16:17:23 +02:00 |
|
Thomas Basler
|
3addcc2758
|
Use more thread save Message Output
Thanks to OnBattery!
|
2025-04-18 11:00:13 +02:00 |
|
Thomas Basler
|
7bc1a17fac
|
Move task initialization from init method to constructor
This saves flash
|
2024-01-20 11:24:57 +01:00 |
|
Thomas Basler
|
e95afbf2cc
|
Use references instead of pointers whenver possible
|
2023-12-12 13:26:07 +01:00 |
|
Thomas Basler
|
5e45006831
|
Replace NULL by nullptr
|
2023-12-11 20:23:45 +01:00 |
|
Thomas Basler
|
ad1f1b690c
|
Migrate MessageOutput to TaskScheduler
|
2023-11-23 22:35:05 +01:00 |
|
Thomas Basler
|
43cba67531
|
Fix: Virtual console scrambled output when the output came from different contexts
|
2023-08-03 22:16:29 +02:00 |
|
Thomas Basler
|
cd5d5edd5f
|
Implemented class to send debug output to uart as well as to websocket
|
2022-12-19 21:38:39 +01:00 |
|