You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
se optimiso en https://github.com/unloquer/aqav80/tree/AQAV80_modular , reduciendo el espacio reservado en memoria.
se remplaso unsigned int que reserva 4bytes con un valor limite de 4294967295 , por unsigned short int que reserva 2bytes con un valor limite de 65535 .
se considero que un limite para la memoria que no afecte las mediciones
Se busca lograr un formato optimizado como el que usan en https://earth.nullschool.net/ que es este https://raw.githubusercontent.com/cambecc/earth/master/public/data/weather/current/current-wind-surface-level-gfs-1.0.json
O en https://medium.com/vis-gl/wind-map-a58575f87fe3 que lo hacen binario https://github.com/uber/deck.gl/blob/5.3-release/showcases/wind/src/utils/load-data.js#L7
En este proyecto comprimen https://github.com/ourairquality/oaq-esp-open-rtos la información a almacenar en la Flash
The text was updated successfully, but these errors were encountered: