From 9c03082674c80029fddf80927bfc11cd69c7e326 Mon Sep 17 00:00:00 2001 From: Fureigh Date: Fri, 25 Nov 2022 10:54:07 -0800 Subject: [PATCH] Fix typo in README.md `SP32-WROOM` --> `ESP32-WROOM` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12c0054..ac6f65e 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Feel free to port OpenHaystack to other devices that support Bluetooth Low Energ | Platform | Tested on | Deploy via app | Comment | |----------|-----------|:--------------:|---------| | [Nordic nRF51](Firmware/Microbit_v1) | BBC micro:bit v1 | ✓ | Only supports nRF51822 at this time (see issue #6). | -| [Espressif ESP32](Firmware/ESP32) | SP32-WROOM, ESP32-WROVER | ✓ | Deployment can take up to 3 minutes. Requires Python 3. Thanks **@fhessel**. | +| [Espressif ESP32](Firmware/ESP32) | ESP32-WROOM, ESP32-WROVER | ✓ | Deployment can take up to 3 minutes. Requires Python 3. Thanks **@fhessel**. | | [Linux HCI](Firmware/Linux_HCI) | Raspberry Pi 4 w/ Raspbian | | Should support any Linux machine. | ![Setup](Resources/Setup.jpg)