elemes/frontend
a2nr 1d3a48940e fix(firmware+frontend): remove binary_parser_reset() re-deploy wipes CRC + tighten INIT poll
Firmware (state_machine.c):
- Remove binary_parser_reset() from SERIAL_BRIDGE→RECEIVING handler
- Remove binary_parser_reset() from ERROR→RECEIVING handler
- Parser's INIT handler already resets itself; calling reset AFTER
  INIT payload processing wipes expected_total_crc to 0 → CRC fail

Frontend (ble-deployer.ts):
- Tighten INIT readValue poll: state===1 (RECEIVING) only
  Previously accepted state >= 1 && <= 4 which could false-positive
  on FLASHING(3) or SERIAL_BRIDGE(4) stale states

Cache v9 → v10
2026-06-30 19:21:35 +07:00
..
src fix(firmware+frontend): remove binary_parser_reset() re-deploy wipes CRC + tighten INIT poll 2026-06-30 19:21:35 +07:00
static fix(firmware+frontend): remove binary_parser_reset() re-deploy wipes CRC + tighten INIT poll 2026-06-30 19:21:35 +07:00
.dockerignore
Dockerfile feat: Integrate CircuitJS1 into Elemes LMS 2026-03-31 12:08:42 +07:00
package.json feat: implement LaTeX support with KaTeX and python-markdown-math 2026-04-26 15:47:11 +07:00
svelte.config.js
tsconfig.json
vite.config.ts feat: implement LaTeX support with KaTeX and python-markdown-math 2026-04-26 15:47:11 +07:00