This commit is contained in:
jomjol
2021-01-01 10:13:00 +01:00
parent 9c8f64f602
commit c59826471c
28 changed files with 263 additions and 106 deletions

View File

@@ -18,9 +18,13 @@
#include "Helper.h"
#define DEBUG_DETAIL_ON
esp_err_t handler_switch_GPIO(httpd_req_t *req)
{
if (debug_detail_heap) LogFile.WriteHeapInfo("handler_switch_GPIO - Start");
#ifdef DEBUG_DETAIL_ON
LogFile.WriteHeapInfo("handler_switch_GPIO - Start");
#endif
LogFile.WriteToFile("handler_switch_GPIO");
char _query[200];