2026-02-25 13:20:37 Well, my slow picking along at the esp32 has finally gotten to the point where I can transfer a file over into the ram buffer and then dump it for inspection - that's all working. 2026-02-25 13:20:51 So all that's really left now is to add a "run" command that calls it. 2026-02-25 13:21:24 I'm also working up a script that will compile a C program and then extract the bytes of main() into a binary file ready for transfer. 2026-02-25 20:16:46 Nice job KipIngram