1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

support syncing to flash on esp-idf via littlefs

This commit is contained in:
p2r3
2025-08-29 06:22:05 +03:00
parent 99a09dc59f
commit 67b50beb90
3 changed files with 47 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
#include "globals.h"
#if defined(SYNC_WORLD_TO_DISK) && !defined(ESP_PLATFORM)
#ifdef SYNC_WORLD_TO_DISK
int initSerializer ();
void writeBlockChangesToDisk (int from, int to);
void writeChestChangesToDisk (uint8_t *storage_ptr, uint8_t slot);