Skip to content

Commit f3ef373

Browse files
committed
upd
1 parent 93721a1 commit f3ef373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AutoOTA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class AutoOTA {
122122
client.stop();
123123

124124
// req file
125-
bin = F("GET ") + bin + F(" HTTP/1.1\r\n\r\n");
125+
bin = ("GET ") + bin + F(" HTTP/1.1\r\n\r\n");
126126
if (!_request(client, bin)) return false;
127127

128128
if (!_waitClient(client)) return _err = Error::NoFile, false;

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AutoOTA
2-
version=1.0.1
2+
version=1.0.2
33
author=AlexGyver <[email protected]>
44
maintainer=AlexGyver <[email protected]>
55
sentence=Library for checking OTA updates

0 commit comments

Comments
 (0)