Hello ,
I’m noticing that every time I’m running the application made with the digi-esp-for-python , some values on the sensors are changed :s . DH/DL are wiped ; IR and SP are changed.
Here the diff
$ diff 0013a20040aec2a4.pro.before 0013a20040aec2a4.pro.while
13,14c13,14
< [A]DH=13A200
< [A]DL=40BA6006> [A]DH=0
> [A]DL=0
43c43
< [A]IR=3E8> [A]IR=FFFF
51c51
< [A]SP=32> [A]SP=64
My app uses:
Force DH and DL values for xbee devices=false
Network refresh rate for DH DL values=config
Can please somebody explain this behaviour and suggest how to prevent it?
Thanks a million