Skip to content

Commit

Permalink
Various updates preparing for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Jan 12, 2025
1 parent 3c5a6d7 commit da9baa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
{
"name" : "CoAP simple library",
"version" : "https://github.com/jackjansen/CoAP-simple-library"
"owner" : "hirotakaster",
"version" : "^1.3.28"
},
{
"name" : "Ds1302",
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da9baa7

Please sign in to comment.