Go to file
hailin 16d8a744ac feat: system idle command - return ESP32 to wake-word state on error
Firmware: add "idle" system command handler in application.cc
Server: antaf.py sets should_idle on connection error
        connection.py checks should_idle, sets send_idle_after_tts
        sendAudioHandle.py sends {"type":"system","command":"idle"}
        after TTS playback completes

Flow: antaf bridge unavailable → play error message → tts stop →
      send system idle → ESP32 returns to wake-word detection

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 08:44:55 -07:00
antaf fix: v8 bridge - attach after voice chat open, remove open_voice from relay 2026-04-06 05:35:07 -07:00
backend feat: system idle command - return ESP32 to wake-word state on error 2026-04-06 08:44:55 -07:00
docs docs: add antaf integration plan for ESP32 device 2026-04-05 12:26:31 -07:00
frontend add frontend code 2026-04-05 12:05:11 -07:00
.gitignore add backend code 2026-04-05 19:01:15 +00:00
README.md first commit 2026-04-05 18:55:20 +00:00
relay.py fix: send proper hello response with version and audio_params 2026-04-06 07:19:29 -07:00
start_voice_bridge.sh fix: v8 bridge - attach after voice chat open, remove open_voice from relay 2026-04-06 05:35:07 -07:00

README.md