feat: add rust demo
This commit is contained in:
11
examples/tos_meets_rust/TOS_CONFIG/_user_config.h
Normal file
11
examples/tos_meets_rust/TOS_CONFIG/_user_config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _USER_CONFIG
|
||||
#define _USER_CONFIG
|
||||
|
||||
#define PRODUCT_ID "BDDSF87WEA"
|
||||
#define DEVICE_NAME "dev001"
|
||||
#define DEVICE_KEY "2/sOZRAJ6B+vMNNXS41w5g=="
|
||||
|
||||
#define WIFI_NAME "1234"
|
||||
#define WIFI_PASSWORD "12345678"
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user