feat: add rust demo

This commit is contained in:
ikey4u
2021-01-12 23:47:54 +08:00
parent 1aca57c9c6
commit 0cdfd83eb6
61 changed files with 6894 additions and 0 deletions

View 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