firmware: v21 — arquitectura v1 simplificada, sin handshakeTask

ESP32-CAM: eliminada handshakeTask (fragmentaba heap durante 30s
con String objects, causando inestabilidad al manejar el coche)

ESP8266: sustituido waitForReady() por delay fijo de 20s + flush
de Serial + 2 pitidos. Sin WiFi, sin String, sin tareas extra.
Arquitectura identica a v1 que funcionaba, mas watchdog 1.5s.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Natxo1000
2026-06-03 17:23:37 +02:00
parent 0ba2f0247c
commit e770520f73
4 changed files with 19 additions and 67 deletions

Binary file not shown.

View File

@@ -1 +1 @@
20
21