Skip to content

Commit

Permalink
Fix spellchecker test in ToT (#11540)
Browse files Browse the repository at this point in the history
* Fix spellchecker test in ToT

* Restyle fixes
  • Loading branch information
andy31415 authored and pull[bot] committed Dec 5, 2023
1 parent d4129ec commit 4592833
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ FreeRTOS
FreeRTOSConfig
fsl
fsync
fullclean
gcloud
GDB
GeneralCommissioning
Expand Down Expand Up @@ -815,6 +816,7 @@ RUNAS
RunMain
runtime
rw
RXD
sbin
scalability
scalable
Expand Down Expand Up @@ -952,6 +954,7 @@ ttyACMx
ttymxc
ttyUSB
TvChannel
TXD
txt
uart
UART
Expand Down
22 changes: 11 additions & 11 deletions examples/all-clusters-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ control.

---

- [CHIP ESP32 All Clusters Example](#chip-esp32-all-clusters-example)
- [Supported Devices](#supported-devices)
- [Building the Example Application](#building-the-example-application)
- [Commissioning and cluster control](#commissioning-and-cluster-control)
- [Setting up Python Controller](#setting-up-python-controller)
- [Commissioning over BLE](#commissioning-over-ble)
- [Cluster control](#cluster-control)
- [Flashing app using script](#flashing-app-using-script)
- [Note](#note)
- [Using the RPC console](#using-the-rpc-console)
- [CHIP ESP32 All Clusters Example](#chip-esp32-all-clusters-example)
- [Supported Devices](#supported-devices)
- [Building the Example Application](#building-the-example-application)
- [Commissioning and cluster control](#commissioning-and-cluster-control)
- [Setting up Python Controller](#setting-up-python-controller)
- [Commissioning over BLE](#commissioning-over-ble)
- [Cluster control](#cluster-control)
- [Flashing app using script](#flashing-app-using-script)
- [Note](#note)
- [Using the RPC console](#using-the-rpc-console)

---

Expand Down Expand Up @@ -272,7 +272,7 @@ Alternatively, Enable RPCs in the build using menuconfig:
- Enable the RPC library and Disable ENABLE_CHIP_SHELL

Component config → CHIP Core → General Options → Enable Pigweed PRC library
Component config → CHIP Core → General Options → Disabe CHIP Shell
Component config → CHIP Core → General Options → Disable CHIP Shell

- Ensure the UART is correctly configured for your board, for m5stack:

Expand Down

0 comments on commit 4592833

Please sign in to comment.