Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7bb1e5d

Browse files
committed
FirebaseArduino: remove pushString(char*) impl
1 parent04829ad commit7bb1e5d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎src/FirebaseArduino.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ String FirebaseArduino::pushString(const String& path, const String& value) {
4040
returnpush(path, json);
4141
}
4242

43-
StringFirebaseArduino::pushString(const String& path,constchar* value) {
44-
returnpush(path, value);
45-
}
46-
4743
StringFirebaseArduino::push(const String& path,const JsonVariant& value) {
4844
String buf;
4945
value.printTo(buf);
@@ -69,10 +65,6 @@ void FirebaseArduino::setString(const String& path, const String& value) {
6965
set(path, json);
7066
}
7167

72-
voidFirebaseArduino::setString(const String& path,constchar* value) {
73-
set(path, value);
74-
}
75-
7668
voidFirebaseArduino::set(const String& path,const JsonVariant& value) {
7769
String buf;
7870
value.printTo(buf);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp