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

@@ -37,7 +37,7 @@
#include "gui/keyboard.h"
#include "hardware/motor.h"
#include "hardware/powermgm.h"
#include "hardware/json_config_psram_allocator.h"
#include "hardware/json_psram_allocator.h"
EventGroupHandle_t weather_widget_event_handle = NULL;
TaskHandle_t _weather_widget_sync_Task;

View File

@@ -27,7 +27,7 @@
#include "weather_forecast.h"
#include "hardware/powermgm.h"
#include "hardware/json_config_psram_allocator.h"
#include "hardware/json_psram_allocator.h"
/* Utility function to convert numbers to directions */
static void weather_wind_to_string( weather_forcast_t* container, int speed, int directionDegree);