From 3de4e9ab9acab5db1238433fd1262061e2938a86 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 17 Jul 2026 17:04:45 +0300 Subject: [PATCH] Add info on uploading the firmware to ESP32-S3 Super Mini --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index f148e5f..9a603dc 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -25,7 +25,7 @@ You can build and upload the firmware using either **Arduino IDE** (easier for b * `FlixPeriph`, the latest version. * `MAVLink`, version 2.0.25. 5. Open the `flix/flix.ino` sketch from downloaded firmware sources in Arduino IDE. -6. Connect your ESP32 board to the computer and choose correct board type in Arduino IDE (*WEMOS D1 MINI ESP32* for ESP32 Mini) and the port. +6. Connect your ESP32 board to the computer and choose correct board type in Arduino IDE (*WEMOS D1 MINI ESP32* for ESP32 Mini, *ESP32S3 Dev Module* for ESP32-S3 Super Mini) and the port. 7. Set *Tools* ⇒ *Core Debug Level* to *Error* to see the errors in the serial console. Set *Tools* ⇒ *USB CDC on Boot* to *Enabled* for ESP32-S3/ESP32-C3 boards. 8. [Build and upload](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-uploading-a-sketch) the firmware using Arduino IDE.