[codex] fix esp32dev web init crash and restore STATUS payload #20
Reference in New Issue
Block a user
Delete Branch "codex/rtc-zeroclaw-orchestration-issue-18"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix ESP32 audio dev (
esp32dev) startup/runtime stability for terminal-driven hardware runs and publish linked ZeroClaw evidence docs.Closes #21.
Issues fixed
assert failed: tcpip_api_call ... Invalid mboxAsyncWebServer::begin()was called before Wi-Fi/LWIP stack init.STATUSserial payload missing key fieldsdoc.to<JsonObject>()reset the document and dropped previously-set keys.Code changes
src/main.cpp#include <WiFi.h>RTC_BL_PHONE) beforeg_web.begin()when mode is nulldoc.to<JsonObject>()todoc.as<JsonObject>()inprintStatusLine()Evidence/docs updates
docs/zeroclaw_orchestration.mdesp32dev(A252-only) runbook for this benchdocs/rapport_hw.jsondocs/rapport_tests_fonctionnels.mdValidation executed (local)
python3 scripts/zeroclaw_hw_preflight.py --require-port --zeroclaw-bin /Users/cils/Documents/Lelectron_rare/Kill_LIFE/zeroclaw/target/release/zeroclawpio run -e esp32devpio run -e esp32dev -t upload --upload-port /dev/cu.SLAB_USBtoUARTPING -> PONGSTATUSreturnsboard_profile,telephony,hook,full_duplex,audio_drop_frames[RTC_BL_PHONE] AP ready: ssid=RTC_BL_PHONE ip=192.168.4.1[WebServerManager] HTTP server startedCross-repo coordination context
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.