File tree Expand file tree Collapse file tree 3 files changed +48
-6
lines changed Expand file tree Collapse file tree 3 files changed +48
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -78,7 +78,12 @@ The following **env.json** file can be used as a starting point for the configur
78
78
"title" : " XIAO ESP32C3" ,
79
79
"description" : " XIAO_ESP32C3 board" ,
80
80
"loglevel" : " 2" ,
81
- "logFile" : " 1"
81
+ "logFile" : " 1" ,
82
+ "connecttime" : " 20s" ,
83
+ "safemode" : " 0" ,
84
+ "sd" : " 1" ,
85
+ "i2c-scl" : " 7" ,
86
+ "i2c-sda" : " 6"
82
87
}
83
88
},
84
89
"ota" : {
@@ -89,14 +94,12 @@ The following **env.json** file can be used as a starting point for the configur
89
94
"zone" : " CET-1CEST,M3.5.0,M10.5.0/3"
90
95
}
91
96
},
92
- "state" : {
93
- "0" : { "savedelay" : " 8s" }
94
- },
95
97
"digitalin" : {
96
98
"boot" : {
97
99
"title" : " Boot button signal" ,
98
100
"pin" : " 9" ,
99
- "invert" : " true"
101
+ "invert" : " true" ,
102
+ "pullup" : " 1"
100
103
}
101
104
}
102
105
}
Original file line number Diff line number Diff line change @@ -41,13 +41,52 @@ BLE Enable Power Consumption: Active Model:~85 mA
41
41
Working temperature: -40 ° C~65 ° C
42
42
Size: 21 x 17.5mm
43
43
44
-
45
44
```
46
45
47
46
[ text] ( https://github.com/limengdu/SeeedStudio-XIAO-ESP32S3-Sense-camera )
48
47
49
48
[ text] ( https://www.hackster.io/pradeeplogu0/getting-started-with-xiao-esp32-s3-sense-ad12a0 )
50
49
50
+ ``` JSON
51
+ {
52
+ "device" : {
53
+ "0" : {
54
+ "name" : " xiaos3" ,
55
+ "description" : " XIAO_ESP32S3 board" ,
56
+ "title" : " XIAO ESP32S3" ,
57
+ "button" : " 9" ,
58
+ "loglevel" : " 2" ,
59
+ "logFile" : " 1" ,
60
+ "connecttime" : " 20s" ,
61
+ "safemode" : " 0" ,
62
+ "sd" : " 1" ,
63
+ "i2c-scl" : " 7" ,
64
+ "i2c-sda" : " 6"
65
+ }
66
+ },
67
+ "ota" : {
68
+ "0" : {}
69
+ },
70
+ "ntptime" : {
71
+ "0" : {
72
+ "zone" : " CET-1CEST,M3.5.0,M10.5.0/3"
73
+ }
74
+ },
75
+ "diag" : {
76
+ "0" : {}
77
+ },
78
+ "digitalin" : {
79
+ "boot" : {
80
+ "title" : " Boot button signal" ,
81
+ "pin" : " 9" ,
82
+ "invert" : " true" ,
83
+ "pullup" : " 1"
84
+ }
85
+ }
86
+ }
87
+
88
+ ```
89
+
51
90
52
91
## See Also
53
92
You can’t perform that action at this time.
0 commit comments