Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupakpoddar committed Nov 9, 2023
1 parent a025b71 commit e4fdb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ESP8266Firebase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Firebase::Firebase(String referenceURL) {
if (_host.endsWith("/")) {
_host.remove(_host.length() - 1);
}

_httpsClient.setInsecure();
}

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP8266 Firebase
version=1.3.0
version=1.3.1
author=Rupak Poddar
maintainer=Rupak Poddar <[email protected]>
sentence=Library for ESP8266 to read and write data to Firebase Realtime Database.
Expand Down

0 comments on commit e4fdb68

Please sign in to comment.