Skip to content

Commit def35df

Browse files
committed
Fixable commit
1 parent 0c03ba6 commit def35df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
permissions:
1616
contents: write
17-
pull-requests: read
17+
pull-requests: write
1818

1919
jobs:
2020
lint:

libraries/ArduinoOTA/src/ArduinoOTA.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#include "MD5Builder.h"
2323
#include "Update.h"
2424

25+
26+
27+
2528
// #define OTA_DEBUG Serial
2629

2730
ArduinoOTAClass::ArduinoOTAClass()

0 commit comments

Comments
 (0)