Prepare for automatic OTA updates
This commit is contained in:
parent
1f2110fc5a
commit
5d5b09f56c
7 changed files with 409 additions and 227 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <Adafruit_MCP23X17.h>
|
||||
#include <ArduinoJson.h>
|
||||
#include <WiFiClientSecure.h>
|
||||
#include <Preferences.h>
|
||||
#include <freertos/FreeRTOS.h>
|
||||
#include <freertos/task.h>
|
||||
|
@ -78,4 +79,4 @@ struct ScreenMapping {
|
|||
};
|
||||
|
||||
String calculateSHA256(uint8_t* data, size_t len);
|
||||
|
||||
String calculateSHA256(WiFiClient *stream, size_t contentLength);
|
Loading…
Add table
Add a link
Reference in a new issue