Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ESP32 Storage on NVS #486

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

franz-hoepfinger-4diac
Copy link

add ESP32 Storage on NVS

- Added a new manifest file for the storage library version 1.0.0.
- Introduced two new FBTypes: NVS_UDINT and NVS_UINT for ESP32 with event inputs/outputs and variable declarations.
- Updated Identification and VersionInfo with organization details.
Copy link

github-actions bot commented Sep 13, 2024

Test Results

   107 files  ±0     107 suites  ±0   50s ⏱️ +2s
27 485 tests ±0  27 485 ✅ ±0  0 💤 ±0  0 ❌ ±0 
27 486 runs  ±0  27 486 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 8c38246. ± Comparison against base commit 21f8b02.

♻️ This comment has been updated with latest results.

@diplfranzhoepfinger
Copy link

chnaged to ANY
@azoitl to make it consistent with INI

@franz-hoepfinger-4diac
Copy link
Author

better with ANY_ELEMENTARY
https://www.fernhillsoftware.com/help/iec-61131/common-elements/datatypes-generic.html

Struct and Array Types might be difficult,
while INT, Real and STRING is possible.

1 similar comment
@franz-hoepfinger-4diac
Copy link
Author

better with ANY_ELEMENTARY
https://www.fernhillsoftware.com/help/iec-61131/common-elements/datatypes-generic.html

Struct and Array Types might be difficult,
while INT, Real and STRING is possible.

- Specify type as ANY_ELEMENTARY for VALUE and VALUEO in NVS.fbt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants