File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
libraries/Matter/examples/MatterStatus Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ Building and Flashing Matter Examples
2121
2222Before uploading any Matter example sketch, it is necessary to configure the Arduino IDE with the following settings:
2323
24+ <!-- vale off -->
24251. **Partition Scheme **: Select **"Huge APP (3MB No OTA/1MB SPIFFS)" ** from **Tools > Partition Scheme ** menu.
2526
2627 .. figure :: ../../_static/matter_partition_scheme.png
2728 :align: center
2829 :alt: "Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)" Arduino IDE menu option
2930 :figclass: align-center
31+ <!-- vale on -->
3032
31332. **Erase Flash **: Enable **"Erase All Flash Before Sketch Upload" ** option from **Tools ** menu.
3234
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Device Commissioned: YES
139139
140140### Capability Queries
141141
142- The example demonstrates the use of capability query functions that check both hardware support (SOC capabilities) and Matter configuration:
142+ The example demonstrates the use of capability query functions that check both hardware support (SoC capabilities) and Matter configuration:
143143
144144- ** ` Matter.isWiFiStationEnabled() ` ** : Returns ` true ` if the device supports Wi-Fi Station mode and it's enabled in Matter configuration
145145- ** ` Matter.isWiFiAccessPointEnabled() ` ** : Returns ` true ` if the device supports Wi-Fi AP mode and it's enabled in Matter configuration
You can’t perform that action at this time.
0 commit comments