Posts: 5.414
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
Hi Jim,
Please try to upload the Data folder to the unit which isn't displaying the icons.
Rgs.
Werk_AG
Posts: 314
Threads: 66
Joined: Mar 2016
Weather Station: Melton Hill North Ward
Country:
Werk,
Is this what you need?
-------------------------------------------------------------
// OpenWeather Forecast Data Structure
// -------------------------------------------------------------------
typedef struct
{
uint32_t dt;
int16_t Temp;
uint8_t Humidity;
float WindSpeed;
int16_t WindDir;
char Icon[4];
} ForecastData;
ForecastData Forecast_Rec[4];
Posts: 5.414
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
Hi Jim,
Besides uploading the software after compilation, there are cases (if the flash memory has been erased) that you also need to upload some other data to the flash memory, such as the fonts, icons, etc...
For this, on the Arduino IDE, under Tools, there is a utility called ESP32 Sketch Data Upload.
Probably you have already done this in the past (otherwise the unit would not even show those pretty fonts), but have forgot the process.
Rgs.
Werk_AG
Posts: 314
Threads: 66
Joined: Mar 2016
Weather Station: Melton Hill North Ward
Country:
Werk,
Thanks for that, i had forgotten
Jim
Posts: 314
Threads: 66
Joined: Mar 2016
Weather Station: Melton Hill North Ward
Country:
Werk
I can’t find that utility under tools so I need to install it?
Posts: 314
Threads: 66
Joined: Mar 2016
Weather Station: Melton Hill North Ward
Country:
Werk,
Sorry all good now updated board manager.
Jim