-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various updates preparing for new release.
- Loading branch information
1 parent
3c5a6d7
commit da9baa7
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,11 @@ unreleased | |
|
||
- Use platform [email protected] | ||
- Use platform [email protected] | ||
- Use arduino framework v2 | ||
- Use esp32_idf_5_https_server and server_compat | ||
- Use arduino framework v2 (known as framework-arduinoespressif32 v3.2 under platformio, sigh) | ||
- Use esp32_idf_5_https_server and esp32_idf_5_https_server_compat | ||
- Https key size upped to 2048 bits | ||
- LittleFS is now the standard filesystem | ||
- ArduinoJson version upped to 7.2 | ||
- Use arduino-cli for Arduino builds | ||
|
||
iotsa 2.7 - 03-Jun-2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ lib_deps = | |
Adafruit NeoPixel | ||
[email protected] | ||
https://github.com/jackjansen/ArduinoJWT ; ArduinoJWT | ||
https://github.com/jackjansen/CoAP-simple-library ; CoAP simple library | ||
hirotakaster/CoAP simple library | ||
treboada/Ds1302 | ||
littlefs | ||
monitor_speed = 115200 | ||
|