Increased partition size to hold PS4 library
Still with working OTA
This commit is contained in:
parent
ef80d43e1d
commit
6e4a8c9da2
6
min_spiffs.csv
Normal file
6
min_spiffs.csv
Normal 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,
|
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user