Adding flashing.

This commit is contained in:
Brad Nelson
2024-01-01 19:58:23 -08:00
parent 1e01a47380
commit 7209ca594a
4 changed files with 55 additions and 4 deletions

View File

@ -19,7 +19,7 @@ static char filename2[PATH_MAX];
#include "esp32/faults.h"
#include "common/calling.h"
#include "common/interp.h"
#include "esp32_boot.h"
#include "gen/esp32_boot.h"
// Work around lack of ftruncate
static cell_t ResizeFile(cell_t fd, cell_t size) {