Skip to content

Commit 83fc2be

Browse files
committed
test of has-mesh
1 parent f0f187c commit 83fc2be

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.project

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<natures>

config/device_features.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"Core": [
3-
"stm32f1",
3+
"stm32",
4+
"stm32f1",
45
"wifi",
56
"embedded",
67
"listening",
@@ -19,6 +20,7 @@
1920
"spi-settings"
2021
],
2122
"Photon": [
23+
"stm32",
2224
"stm32f2",
2325
"wifi",
2426
"embedded",
@@ -53,6 +55,7 @@
5355
"wpa-enterprise"
5456
],
5557
"Electron": [
58+
"stm32",
5659
"stm32f2",
5760
"cellular",
5861
"embedded",
@@ -94,6 +97,7 @@
9497
"multiple-spi"
9598
],
9699
"Argon": [
100+
"nrf52",
97101
"nrf52840",
98102
"mesh",
99103
"wifi",
@@ -121,6 +125,7 @@
121125
"spi-settings"
122126
],
123127
"Boron": [
128+
"nrf52",
124129
"nrf52840",
125130
"mesh",
126131
"cellular",
@@ -148,6 +153,7 @@
148153
"spi-settings"
149154
],
150155
"Xenon": [
156+
"nrf52",
151157
"nrf52840",
152158
"mesh",
153159
"embedded",

src/content/reference/firmware.md

+14
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,20 @@ void setup() {
854854
}
855855
```
856856

857+
{{#if has-mesh}}
858+
## Mesh
859+
860+
### publish()
861+
862+
Content goes here.
863+
864+
### subscribe()
865+
866+
Content goes here.
867+
868+
{{/if}}
869+
870+
857871
{{#if has-wifi}}
858872
## WiFi
859873

0 commit comments

Comments
 (0)