File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
#include " FirebaseArduino.h"
18
18
19
+ // This is needed to compile std::string on esp8266.
20
+ template class std ::basic_string<char >;
21
+
19
22
void FirebaseArduino::begin (const String& host, const String& auth) {
20
23
http_.reset (FirebaseHttpClient::create ());
21
24
http_->setReuseConnection (true );
Original file line number Diff line number Diff line change 18
18
#define FIREBASE_ARDUINO_H
19
19
20
20
#include < string>
21
- // This is needed to compile std::string on esp8266.
22
- template class std ::basic_string<char >;
23
21
24
22
#include " Firebase.h"
25
23
#include " FirebaseObject.h"
Original file line number Diff line number Diff line change 1
1
#include < string>
2
- // This is needed to compile std::string on esp8266.
3
- template class std ::basic_string<char >;
4
2
5
3
#include " modem/SerialTransceiver.h"
6
4
// Bring them into the base namespace for easier use in arduino ide.
You can’t perform that action at this time.
0 commit comments