taligentx / dscKeybusInterface

An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
GNU General Public License v3.0
504 stars 126 forks source link

Causes Preferences.h puts to fail on ESP32 Dev and ESP32S boards #267

Closed plrfishing closed 2 years ago

plrfishing commented 2 years ago

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.

plrfishing commented 2 years ago

Ok, use dsc.stop(); before preferences put value and dsc.begin(); afterwards seems to allow puts to work properly.