Butt your APP Size is also 0x1f0000 so not bigger then in my example.
Or Im wrong?
I need the biggest possible app Size with OTA capability.
Search found 7 matches
- Fri Dec 01, 2023 9:19 am
- Forum: ESP32 Arduino
- Topic: Partition max APP size with OTA (nothing else)
- Replies: 3
- Views: 15457
- Thu Nov 30, 2023 10:39 pm
- Forum: ESP32 Arduino
- Topic: Partition max APP size with OTA (nothing else)
- Replies: 3
- Views: 15457
Partition max APP size with OTA (nothing else)
Hi, is this the bigges possible App size with OTA Function? I load the "OTA" from SD Card. My Partition Table: # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x1f0000, app1, app, ota_1, 0x200000, 0x1f0000, Is ...
- Tue Aug 29, 2023 6:26 pm
- Forum: General Discussion
- Topic: ESP32-S3 USB MSC with SD-Card
- Replies: 1
- Views: 3942
Re: ESP32-S3 USB MSC with SD-Card
Do you had any progress with this issue?
- Wed Feb 27, 2019 7:49 am
- Forum: ESP32 Arduino
- Topic: Download from Github
- Replies: 3
- Views: 7566
Re: Download from Github
Found the issue.
Github or the http client dont like unescaped http requests
Github or the http client dont like unescaped http requests
- Tue Feb 26, 2019 11:17 am
- Forum: ESP32 Arduino
- Topic: Download from Github
- Replies: 3
- Views: 7566
Download from Github
Hi :), at the moment Im working on a FW updater which is using GITHUB as a source. But I'm stuck at the point where I want to download the Firmware File: When I execude that http Get I end up with this: <html><body>You are being <a href="https://github-production-release-asset-2e65be.s3.amazonaws.co...
- Sun Jan 27, 2019 7:20 pm
- Forum: ESP-IDF
- Topic: ESP32 WiFi Probe request and response event handling
- Replies: 6
- Views: 9840
- Wed Sep 19, 2018 9:30 am
- Forum: ESP32 Arduino
- Topic: ESP32 WIFI_AP WITH WPS
- Replies: 2
- Views: 5409
ESP32 WIFI_AP WITH WPS
Hi,
is it possible to connect to a ESP32 AP via WPS (not to connect with a ESP8266 to a Router with WPS)?
I only found a solution to connect with a ESP32 to a Router with WPS support, but not that the ESP32 provide WPS that I can connect to the ESP32 with my phone via WPS.
is it possible to connect to a ESP32 AP via WPS (not to connect with a ESP8266 to a Router with WPS)?
I only found a solution to connect with a ESP32 to a Router with WPS support, but not that the ESP32 provide WPS that I can connect to the ESP32 with my phone via WPS.