LakeShark 2.2.1-c6fix2 - LilyGO T-Display-P4

esptool --chip esp32p4 --baud 921600 write_flash \
  --flash_mode dio --flash_freq 80m --flash_size 16MB \
  0x2000     bootloader.bin \
  0x8000     partition-table.bin \
  0x10000    lakeshark.bin \
  0x910000   storage.bin

All four images on a first install: storage is mounted without a
format-on-failure fallback, so a blank storage partition halts the boot.
Do not erase the whole flash - nvs holds the settings and the mesh
identity, and coredump holds the last crash.

Checksums are in SHA256SUMS.
