Skip to content

Commit 689dd72

Browse files
committed
Use dynamic memory and code optimization.
1 parent 5369138 commit 689dd72

6 files changed

+703
-745
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Firebase RTDB Arduino Client for ARM/AVR WIFI Dev Boards
22

33

4-
Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Development Boards based on WiFiNINA library, v 1.1.0
4+
Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Development Boards based on WiFiNINA library, v 1.1.1
55

66
This client library provides the most reliable operations for read, store, update Firebase RTDB through REST API.
77

88

9-
The library supports Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.
9+
The library supports Arduino NANO 33 IoT, Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.
1010

1111
For Espressif MCUs, please try [ESP8266 Firebase Arduino library]( https://github.com/mobizt/Firebase-ESP8266) and [ESP32 Firebase Arduino library]( https://github.com/mobizt/Firebase-ESP32)
1212

library.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=Firebase Arduino based on WiFiNINA
22

3-
version=1.1.0
3+
version=1.1.1
44

55
author=Mobizt
66

@@ -15,3 +15,5 @@ category=Communication
1515
url=https://github.com/mobizt/Firebase-Arduino-WiFiNINA
1616

1717
architectures=*
18+
19+
depends=WiFiNINA

0 commit comments

Comments
 (0)