Skip to content

Commit d95bcea

Browse files
authored
avoid redefine warning
1 parent 39e1ed2 commit d95bcea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Update/src/Update.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
#ifndef ESP32UPDATER_H
88
#define ESP32UPDATER_H
99

10+
#ifndef UPDATE_NOCRYPT
1011
#define UPDATE_NOCRYPT
12+
#endif
1113

1214
#include <Arduino.h>
1315
#include <MD5Builder.h>

0 commit comments

Comments
 (0)