sdk-ameba-v4.0c_180328/component/common/example/googlenest/example_google.h

11 lines
186 B
C
Raw Normal View History

2019-04-02 08:34:25 +00:00
#ifndef GOOGLE_THREAD_H
#define GOOGLE_THREAD_H
#define HOST_ADDR "your_firebase_address.firebaseio.com"
#define GN_PORT 443
void example_google(char *type);
#endif