Devan Lai
Devan Lai
I decided to finally take a stab at building something with WebSerial. I've cobbled together a proof-of-concept branch for the mcumgr SMP over console transport on my [branch here](https://github.com/devanlai/mcumgr-web/tree/serial) ([demo...
Hmm, no obvious errors / unexpected exceptions. My guess would be that either the device never responded for some reason, or else the first upload message never got sent for...
I'm testing on a non-mainline device with the mcuboot single-slot serial recovery mode, which uses a subset of the normal mcumgr commands. I'm sure it's possible to enable the mcumgr...
From some further testing with a frankenstein mashup of the shell sample and the smp_svr sample, I can get an ESP32 to at least respond with `MGMT_ERR_ENOTSUP` (8) if I...
I guess I didn't mash things up the right way, but it turns out no modifications to the Zephyr examples were really needed. The right sequence of commands to build...