ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
Bug log

A running record of every bug found in this library: what broke, the root cause, the fix, and status. Newest first. A bug is logged here the moment it is found (even before it is fixed) so nothing slips.

Status key: OPEN (found, not fixed) - FIXED (fixed, validated) - SHIPPED (released).


Every ESP32 example failed to link: <tt>web_assets.cpp</tt> was tracked twice under two names

  • Status: FIXED (2026-07-31). Both changed sketches now build on the real core: Telnet 919,127 B (70%), WebTerminal 921,847 B (70%), esp32:esp32:esp32s3 core 3.3.10.
  • Symptom: every one of the 152 example sketches failed at link with ‘multiple definition of 'PC_DASHBOARD_PAGE’, and the same forPC_PROV_FORM, PC_PROV_SAVED_HTML,PC_TERMINAL_PAGE,PC_SERVICE_WORKER,PC_STATS_JSON,PC_METRICS_PROM.
  • **Root cause:** a now-deletedweb.cpp, besideweb_assets.cppinsrc/network_drivers/application/, was a byte-identical copy of web_assets.cpp, andweb.hwasweb_assets.hwith only its include guard renamed - its file banner still read