Skip to content

Commit

Permalink
Fix missing of stream time out callback when network disconnected.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jun 14, 2023
1 parent 4e154f0 commit 81e35c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1385,18 +1385,18 @@ Firebase.saveErrorQueue(fbdo, "/test.txt", StorageType::FLASH);
```


## FireSense, The Programmable Data Logging and IO Control (Add On)
## FireSense, The Programmable Data Logging and IO Control (Deprecated Add On)

This add on library is for the advance usages and works with Firebase RTDB.

With this add on library, you can remotely program your device to control its IOs or do some task or call predefined functions on the fly.

This allows you to change your device behaviour and functions without to flash a new firmware via serial or OTA.

See [examples/FireSense](examples/FireSense) for the usage.

For FireSense function description, see [src/addons/FireSense/README.md](src/addons/FireSense/README.md).

FireSense is now inactive development and deprecated.



## Firebase Cloud Messaging (FCM)
Expand Down
2 changes: 1 addition & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ getCurrentTime KEYWORD2
getFreeHeap KEYWORD2

#############################################
# Methods for Firebase Data object (KEYWORD2)
# Methods for FirebaseData object (KEYWORD2)
#############################################

getWiFiClient KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion src/Firebase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* The Firebase class, Firebase.cpp v1.2.6
*
* Created April 5, 2023
* Created June 14, 2023
*
* The MIT License (MIT)
* Copyright (c) 2023 K. Suwatchai (Mobizt)
Expand Down
2 changes: 1 addition & 1 deletion src/Firebase.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* The Firebase class, Firebase.h v1.2.6
*
* Created April 5, 2023
* Created June 14, 2023
*
* The MIT License (MIT)
* Copyright (c) 2023 K. Suwatchai (Mobizt)
Expand Down

0 comments on commit 81e35c1

Please sign in to comment.