1
0
Fork 0
mirror of https://github.com/pvvx/RTL00_WEB.git synced 2025-03-31 03:56:44 +00:00
RTL00_WEB/USDK/component/common/example/googlenest/example_google.h
2017-06-21 03:00:20 +03:00

10 lines
176 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