print stack watermarks in sysinfo page

This commit is contained in:
technyon
2023-02-26 11:55:35 +01:00
parent 8b647e8b8e
commit 8fd17206dd
4 changed files with 26 additions and 5 deletions

View File

@@ -7,6 +7,10 @@
#include "NukiOpenerWrapper.h"
#include "Ota.h"
extern TaskHandle_t networkTaskHandle;
extern TaskHandle_t nukiTaskHandle;
extern TaskHandle_t presenceDetectionTaskHandle;
enum class TokenType
{
None,