We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a69949 commit db31c66Copy full SHA for db31c66
CHANGELOG.md
@@ -54,6 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
- Added support for nodejs with Wasm
55
- Added support for a subset of the OTP logger interface
56
- Added `esp:partition_list/0` function
57
+- Added `esp:nvs_fetch_binary/2` and `nvs_put_binary/3` functions (`esp:nvs_set_binary` and
58
+functions that default to `?ATOMVM_NVS_NS` are deprecated now).
59
60
### Fixed
61
- Fixed issue with formatting integers with io:format() on STM32 platform
0 commit comments