firmware: v9 — fix watchdog ESP32 + mitigacion glitch motor OTA

ESP32-CAM:
- handshakeTask() corre ahora en tarea FreeRTOS separada.
  setup() termina de inmediato, el servidor web arranca sin bloqueos.
  El watchdog de hardware ya no puede dispararse (antes setup()
  bloqueaba hasta 30s con readStringUntil que no cedia el CPU).

ESP8266:
- Antes del flash OTA, fuerza ENA=ENB=0 e IN1-IN4=LOW para reducir
  el glitch de pines GPIO durante el proceso de escritura en flash.
  (La solucion definitiva es resistencias pull-down en ENA/ENB.)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Natxo1000
2026-06-02 14:35:15 +02:00
parent 7707953d4d
commit e02a805aa3
6 changed files with 28 additions and 17 deletions

Binary file not shown.

View File

@@ -1 +1 @@
8
9

Binary file not shown.

View File

@@ -1 +1 @@
8
9