Files
Boris Lovosevic db69153c34 LittleFS updated
use on top of esp-idf wear leveling
  512 Bytes sector size added

Fixed bug in utime module
  reversed sleep() and block_sleep() functions

Some WiFi events messages replaced with esp-idf log messages

Added hypot() method to math module
2018-03-29 15:57:58 +02:00

564 B

1# -------------------------------------------------------
2# - Partition layout generaded by BUILD.sh script -
3# -------------------------------------------------------
4# Name, Type, SubType, Offset, Size, Flags
5# -------------------------------------------------------
6nvs, data, nvs, 0x9000, 16K,
7otadata, data, ota, 0xd000, 8K,
8phy_init, data, phy, 0xf000, 4K,
9MicroPython_1, app, ota_0, 0x10000, 1408K,
10MicroPython_2, app, ota_1, , 1408K,
11internalfs, data, spiffs, , 1024K,