You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to add a dallas sensor to a sonoff dual r2, after compiling with -DDALLAS_PIN=9 -DDALLAS_SUPPORT=1 -DSENSOR_SUPPORT=1
and modifying hardware.h to
//#define BUTTON2_PIN 9 // Button 1 on header
#define BUTTON2_PIN GPIO_NONE // Button 1 on header
I am getting in the console:
[294200] [SENSOR] Initializing Dallas @ GPIO9
[294201] [GPIO] Failed getting lock for GPIO9
[294201] [SENSOR] -> ERROR 7
What am I doing wrong?
With tasmota I can read temperature in GPIO9
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to add a dallas sensor to a sonoff dual r2, after compiling with -DDALLAS_PIN=9 -DDALLAS_SUPPORT=1 -DSENSOR_SUPPORT=1
and modifying hardware.h to
//#define BUTTON2_PIN 9 // Button 1 on header
#define BUTTON2_PIN GPIO_NONE // Button 1 on header
I am getting in the console:
[294200] [SENSOR] Initializing Dallas @ GPIO9
[294201] [GPIO] Failed getting lock for GPIO9
[294201] [SENSOR] -> ERROR 7
What am I doing wrong?
With tasmota I can read temperature in GPIO9
The text was updated successfully, but these errors were encountered: