From 3b33072b9c206111f501743f9652fe8789ddecc8 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 22 Apr 2026 11:37:21 +0800 Subject: [PATCH] ci(ble): fixed failing pre-commit on nimble readme --- examples/bluetooth/nimble/ble_spi_slave/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bluetooth/nimble/ble_spi_slave/README.md b/examples/bluetooth/nimble/ble_spi_slave/README.md index 4544034006..2984535965 100644 --- a/examples/bluetooth/nimble/ble_spi_slave/README.md +++ b/examples/bluetooth/nimble/ble_spi_slave/README.md @@ -1,5 +1,5 @@ -| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H4 | ESP32-S3 | -| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | +| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H4 | ESP32-S3 | ESP32-S31 | +| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | --------- | # NimBLE SPI Slave Receiver Example