From 3ba136c96263c8f7760e73ea1e55361bee526416 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 13 Jun 2026 18:57:54 -0500 Subject: Initial Scrypted Viewport scaffold Plain ESP-IDF project targeting Waveshare ESP32-P4-ETH-POE with a 5" 800x480 MIPI-DSI capacitive touch panel. Stub app_main with TODOs for Ethernet, mDNS, HTTP API (/health, /config, /frame, /sleep, /brightness), JPEG decode, and touch callback delivery per the v1 spec in README.md. --- partitions.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 partitions.csv (limited to 'partitions.csv') diff --git a/partitions.csv b/partitions.csv new file mode 100644 index 0000000..19a82fa --- /dev/null +++ b/partitions.csv @@ -0,0 +1,6 @@ +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x6000, +phy_init, data, phy, , 0x1000, +otadata, data, ota, , 0x2000, +ota_0, app, ota_0, 0x20000, 0x300000, +ota_1, app, ota_1, , 0x300000, -- cgit v1.2.3