Causes Preferences.h puts to fail on ESP32 Dev and ESP32S boards #273
Unanswered
plrfishing
asked this question in
dscKeybusInterface Discussion
Replies: 2 comments 2 replies
-
Ok, use dsc.stop(); before preferences put value and dsc.begin(); afterwards seems to allow puts to work properly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @plrfishing - does the esp32 crash during the put? The interrupt functions used by dscKeybusInterface should be in IRAM but I'm curious if something else is being called while the esp32 is accessing flash. Stopping and restarting the interface should work fine if there's no important activity that needs to be captured on the Keybus in the interval. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have been trouble shooting Preferences.h while using dsckeybusinterface. Experience failure on put values when ESP32 is connected to dsc PC-1616 system. Puts do not fail if dsc connections removed or if dsckeybusinterface.h is not part of code.
Beta Was this translation helpful? Give feedback.
All reactions