Skip to content

Commit ec95a3b

Browse files
fixed for general compatibility
1 parent a329427 commit ec95a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controller/UUID.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ String getUUID() {
3737

3838
void restoreUUID() {
3939

40-
digitalWrite(D0, HIGH);
40+
digitalWrite(16, HIGH);
4141
delay(300);
42-
digitalWrite(D0, LOW);
42+
digitalWrite(16, LOW);
4343
delay(300);
4444

4545
int val0 = EEPROM.read(0);

0 commit comments

Comments
 (0)