move some heap to psram and some updates
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user