Search found 3 matches

by TMSio73
Mon Apr 08, 2019 8:10 pm
Forum: General Discussion
Topic: Arduino IDE - Need Clarification on OTA Firmware + SPIFFS partition
Replies: 0
Views: 2376

Arduino IDE - Need Clarification on OTA Firmware + SPIFFS partition

Hello, inside my code, I have a web-server, the html code is inside the primary code (client.print (bla bla);). When i update the firmware via OTA no problem. I can update firmware and web-server. Now, I would like to migrate the html code to an external file placed in the spiffs memory. My question...
by TMSio73
Mon Aug 20, 2018 3:32 pm
Forum: ESP32 Arduino
Topic: Changing partition size via OTA
Replies: 8
Views: 9085

Re: Changing partition size via OTA

Hi Kolban, sorry for the late but i m back tooday. I made my project with default.csv partition, but after insert into the project NMEA2000 library : #include <NMEA2000_CAN.h> #include <N2kMessages.h> The sketch is now 1348766 byte (102%) I use Ble, eeprom, external FRAM memory (RAM_MB85RC_I2C.h) an...
by TMSio73
Tue Aug 14, 2018 11:13 am
Forum: ESP32 Arduino
Topic: Changing partition size via OTA
Replies: 8
Views: 9085

Changing partition size via OTA

HI, i would you like change patition table via OTA. I have change mi default.csv in: # 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, eeprom, data, 0x99, 0x3F0000,0...