https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPUpdate
I found out that this library can read x-MD5 header but looks like it's going through with the update no matter what MD5 I set. I thought it's for verifying the update, I do md5sum of my bin file on the server and then ...
Search found 3 matches
- Sun Jan 15, 2023 10:38 am
- Forum: ESP32 Arduino
- Topic: HTTP Update and x-MD5 header
- Replies: 0
- Views: 1203
- Tue Jan 03, 2023 11:31 pm
- Forum: ESP32 Arduino
- Topic: Improve SD logger
- Replies: 3
- Views: 3793
Re: Improve SD logger
Can you show some example code of it?
- Sun Oct 23, 2022 9:51 am
- Forum: ESP32 Arduino
- Topic: Improve SD logger
- Replies: 3
- Views: 3793
Improve SD logger
I'm working on a project to read data over CAN, display it on LCD and log data to SD card. LCD is on HSPI and SD card on VSPI. CAN and LCD code is working on core 1 and SD on core 0, there's no wifi. It's all working pretty well but now I'm looking for further improvements. I set the log to 20 Hz ...