move some heap to psram and some updates

This commit is contained in:
sharandac
2020-08-12 11:03:36 +02:00
parent 33fe453f5e
commit aeb15d34a8
22 changed files with 358 additions and 31 deletions

View File

@@ -24,7 +24,7 @@
#include "config.h"
#include "timesync.h"
#include "powermgm.h"
#include "json_config_psram_allocator.h"
#include "json_psram_allocator.h"
EventGroupHandle_t time_event_handle = NULL;
TaskHandle_t _timesync_Task;