Skip to content

Commit 87955b7

Browse files
committed
feat(matter): adds necessary Arduino IDE options to all README files
1 parent 2440c13 commit 87955b7

File tree

28 files changed

+117
-54
lines changed

28 files changed

+117
-54
lines changed

libraries/Matter/examples/MatterColorLight/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ Before uploading the sketch, configure the following:
7878

7979
1. Open the `MatterColorLight.ino` sketch in the Arduino IDE.
8080
2. Select your ESP32 board from the **Tools > Board** menu.
81-
3. Connect your ESP32 board to your computer via USB.
82-
4. Click the **Upload** button to compile and flash the sketch.
81+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
82+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
83+
5. Connect your ESP32 board to your computer via USB.
84+
6. Click the **Upload** button to compile and flash the sketch.
8385

8486
## Expected Output
8587

libraries/Matter/examples/MatterCommissionTest/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ Before uploading the sketch, configure the following:
5959

6060
1. Open the `MatterCommissionTest.ino` sketch in the Arduino IDE.
6161
2. Select your ESP32 board from the **Tools > Board** menu.
62-
3. Connect your ESP32 board to your computer via USB.
63-
4. Click the **Upload** button to compile and flash the sketch.
62+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
63+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
64+
5. Connect your ESP32 board to your computer via USB.
65+
6. Click the **Upload** button to compile and flash the sketch.
6466

6567
## Expected Output
6668

libraries/Matter/examples/MatterComposedLights/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ Before uploading the sketch, configure the following:
7474

7575
1. Open the `MatterComposedLights.ino` sketch in the Arduino IDE.
7676
2. Select your ESP32 board from the **Tools > Board** menu.
77-
3. Connect your ESP32 board to your computer via USB.
78-
4. Click the **Upload** button to compile and flash the sketch.
77+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
78+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
79+
5. Connect your ESP32 board to your computer via USB.
80+
6. Click the **Upload** button to compile and flash the sketch.
7981

8082
## Expected Output
8183

libraries/Matter/examples/MatterContactSensor/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ Before uploading the sketch, configure the following:
7878

7979
1. Open the `MatterContactSensor.ino` sketch in the Arduino IDE.
8080
2. Select your ESP32 board from the **Tools > Board** menu.
81-
3. Connect your ESP32 board to your computer via USB.
82-
4. Click the **Upload** button to compile and flash the sketch.
81+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
82+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
83+
5. Connect your ESP32 board to your computer via USB.
84+
6. Click the **Upload** button to compile and flash the sketch.
8385

8486
## Expected Output
8587

libraries/Matter/examples/MatterDimmableLight/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,10 @@ Before uploading the sketch, configure the following:
7979

8080
1. Open the `MatterDimmableLight.ino` sketch in the Arduino IDE.
8181
2. Select your ESP32 board from the **Tools > Board** menu.
82-
3. Connect your ESP32 board to your computer via USB.
83-
4. Click the **Upload** button to compile and flash the sketch.
82+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
83+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
84+
5. Connect your ESP32 board to your computer via USB.
85+
6. Click the **Upload** button to compile and flash the sketch.
8486

8587
## Expected Output
8688

libraries/Matter/examples/MatterDimmablePlugin/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ Before uploading the sketch, configure the following:
8282

8383
1. Open the `MatterDimmablePlugin.ino` sketch in the Arduino IDE.
8484
2. Select your ESP32 board from the **Tools > Board** menu.
85-
3. Connect your ESP32 board to your computer via USB.
86-
4. Click the **Upload** button to compile and flash the sketch.
85+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
86+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
87+
5. Connect your ESP32 board to your computer via USB.
88+
6. Click the **Upload** button to compile and flash the sketch.
8789

8890
## Expected Output
8991

libraries/Matter/examples/MatterEnhancedColorLight/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ Before uploading the sketch, configure the following:
8181

8282
1. Open the `MatterEnhancedColorLight.ino` sketch in the Arduino IDE.
8383
2. Select your ESP32 board from the **Tools > Board** menu.
84-
3. Connect your ESP32 board to your computer via USB.
85-
4. Click the **Upload** button to compile and flash the sketch.
84+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
85+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
86+
5. Connect your ESP32 board to your computer via USB.
87+
6. Click the **Upload** button to compile and flash the sketch.
8688

8789
## Expected Output
8890

libraries/Matter/examples/MatterEvents/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ Before uploading the sketch, configure the following:
6262

6363
1. Open the `MatterEvents.ino` sketch in the Arduino IDE.
6464
2. Select your ESP32 board from the **Tools > Board** menu.
65-
3. Connect your ESP32 board to your computer via USB.
66-
4. Click the **Upload** button to compile and flash the sketch.
65+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
66+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
67+
5. Connect your ESP32 board to your computer via USB.
68+
6. Click the **Upload** button to compile and flash the sketch.
6769

6870
## Expected Output
6971

libraries/Matter/examples/MatterFan/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ Before uploading the sketch, configure the following:
8989

9090
1. Open the `MatterFan.ino` sketch in the Arduino IDE.
9191
2. Select your ESP32 board from the **Tools > Board** menu.
92-
3. Connect your ESP32 board to your computer via USB.
93-
4. Click the **Upload** button to compile and flash the sketch.
92+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
93+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
94+
5. Connect your ESP32 board to your computer via USB.
95+
6. Click the **Upload** button to compile and flash the sketch.
9496

9597
## Expected Output
9698

libraries/Matter/examples/MatterHumiditySensor/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ Before uploading the sketch, configure the following:
7676

7777
1. Open the `MatterHumiditySensor.ino` sketch in the Arduino IDE.
7878
2. Select your ESP32 board from the **Tools > Board** menu.
79-
3. Connect your ESP32 board to your computer via USB.
80-
4. Click the **Upload** button to compile and flash the sketch.
79+
3. Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
80+
4. Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
81+
5. Connect your ESP32 board to your computer via USB.
82+
6. Click the **Upload** button to compile and flash the sketch.
8183

8284
## Expected Output
8385

0 commit comments

Comments
 (0)