Files

456 B

1# Name, Type, SubType, Offset, Size, Flags
2# 8MB Flash layout for ESP32-S3 with TensorFlow Lite and Gesture Images
3# Provides OTA support with 2MB apps + 512KB model + 3.3MB SPIFFS for gestures
4nvs, data, nvs, 0x9000, 0x5000,
5otadata, data, ota, 0xe000, 0x2000,
6app0, app, ota_0, 0x10000, 0x200000,
7app1, app, ota_1, 0x210000,0x200000,
8model, data, 0x40, 0x410000,0x80000,
9spiffs, data, spiffs, 0x490000,0x370000,