Skip to content

Commit 0f000b1

Browse files
committed
Merge branch 'chore/redesign' into main (docs update)
2 parents 7ad6e33 + 94e4020 commit 0f000b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The project is optimized to be uploaded from both the Arduino IDE and VS Code wi
1616
- **Graphics Library**: [Arduino_GFX](https://github.com/moononournation/Arduino_GFX).
1717
- **Anti-Flicker Stabilization**: **"Bus Isolation"** strategy (SRAM + Bounce Buffer) to eliminate flickering caused by PSRAM concurrency.
1818
- **Modular UI**: Component-based interface (Pages/Components) using LVGL 9.1.
19-
- **Persistent Configuration**: Settings (pump times) are automatically saved to flash memory (MemoryManager/NVS).
19+
- **Remote Configuration**: Cocktails and ingredients are received via ESP-NOW from the Drinks App (Robot Core). Adjusting slider values saves the configuration on the server remotely, not locally. Displays "Mock" data if offline.
2020
- **ESP-NOW Communication**: Direct wireless communication with the Drinks Machine/Irrigation system. Sends drink selections via broadcast.
2121
- **Smart Channel Sync**: Automatically scans for a target WiFi network to synchronize its radio channel with the receiver.
2222

README_ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Este proyecto proporciona una implementación base para las **pantallas intelige
1616
- **Librería de Gráficos**: [Arduino_GFX](https://github.com/moononournation/Arduino_GFX).
1717
- **Estabilización Anti-Flicker**: Estrategia de **"Aislamiento de Bus"** (SRAM + Bounce Buffer) para eliminar parpadeos por concurrencia en PSRAM.
1818
- **UI Modular**: Interfaz basada en componentes (Pages/Components) con LVGL 9.1.
19-
- **Configuración Persistente**: Los ajustes (tiempos de bomba) se guardan automáticamente en memoria flash (MemoryManager/NVS).
19+
- **Configuración Remota**: La pantalla recibe cócteles e ingredientes vía ESP-NOW desde la App Drinks (Robot Core). Al modificar valores en los sliders, la configuración se guarda en el servidor de forma remota, no localmente. Muestra datos "Mock" si no hay conexión estable.
2020
- **Comunicación ESP-NOW**: Comunicación inalámbrica directa con la Máquina de Bebidas/Sistema de Riego. Envía selecciones de bebidas por broadcast.
2121
- **Sincronización Inteligente de Canal**: Escanea automáticamente la red WiFi objetivo para sintonizar su canal de radio con el receptor.
2222

0 commit comments

Comments
 (0)