mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-01 11:54:17 +00:00
11 lines
186 B
C
11 lines
186 B
C
|
#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
|