Add a PIN to the card
This commit is contained in:
@ -9,7 +9,7 @@ static const char *TAG = "relays";
|
||||
/**
|
||||
* Device relays GPIO ids
|
||||
*/
|
||||
static int DEVICE_GPIO_IDS[3] = {4, 14, 15};
|
||||
static int DEVICE_GPIO_IDS[4] = {4, 14, 15, 2};
|
||||
|
||||
int relays_count()
|
||||
{
|
||||
|
Reference in New Issue
Block a user