Skip to content

Commit 5097f04

Browse files
committed
Add in safemode syntax
Uber annoying to see an all caps header that doesn't allow people to know the actual syntax
1 parent 5acf0a2 commit 5097f04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/reference/firmware.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5152,6 +5152,12 @@ void loop() {}
51525152

51535153
_Since 0.4.6_
51545154

5155+
```C++
5156+
// SYNTAX
5157+
System.enterSafeMode();
5158+
```
5159+
5160+
51555161
Resets the device and restarts in safe mode.
51565162

51575163

0 commit comments

Comments
 (0)