Add pinMode

This commit is contained in:
fvanroie 2020-03-05 21:45:15 +01:00
parent 8259a9cefd
commit 87feac5521

View File

@ -47,6 +47,9 @@ bool isConnected;
void setup()
{
pinMode(D1, OUTPUT);
pinMode(D2, INPUT_PULLUP);
/* Init Storage */
#if HASP_USE_EEPROM
eepromSetup();