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
|
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
|
3504884836
|
Fix: xSemaphoreTake was useless
There was no check of the return value implemented therefore xSemaphoreTake was just executed and not locked
|
2023-04-28 21:02:10 +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 |
|