Increased partition size to hold PS4 library

Still with working OTA
This commit is contained in:
Philip Johansson 2021-01-01 17:47:56 +01:00
parent ef80d43e1d
commit 6e4a8c9da2
2 changed files with 9 additions and 0 deletions

6
min_spiffs.csv Normal file
View File

@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1E0000,
app1, app, ota_1, 0x1F0000,0x1E0000,
spiffs, data, spiffs, 0x3D0000,0x30000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x1E0000
5 app1 app ota_1 0x1F0000 0x1E0000
6 spiffs data spiffs 0x3D0000 0x30000

View File

@ -12,18 +12,21 @@
lib_deps =
OSC #master
Adafruit PWM Servo Driver Library
https://github.com/aed3/PS4-esp32.git
[env:featheresp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${common.lib_deps}
board_build.partitions = min_spiffs.csv
[env:featheresp32 OTA]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${common.lib_deps}
board_build.partitions = min_spiffs.csv
; OTA
; https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update