From 0759408c46bf7ae743a386fe0c8c19f4bd943b93 Mon Sep 17 00:00:00 2001
From: dequis <dx@dxzone.com.ar>
Date: Mon, 12 Jun 2023 01:11:26 +0200
Subject: [PATCH] small fixes

---
 docs/badge/badge_link.rst     |  2 +-
 docs/badge/hardware_specs.rst | 12 ++++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/docs/badge/badge_link.rst b/docs/badge/badge_link.rst
index f5a7c1e582..9a43d6d75b 100644
--- a/docs/badge/badge_link.rst
+++ b/docs/badge/badge_link.rst
@@ -15,5 +15,5 @@ isolation, but there are current limiting resistors.
 
 The input protection can handle between +5v and -3v.
 
-For the micropython badge link API, see the :ref:`badge_link<py_badge_link>` API docs
+For the micropython badge link API, see the badge_link API docs
 
diff --git a/docs/badge/hardware_specs.rst b/docs/badge/hardware_specs.rst
index 5bf6f4d675..f2d6230200 100644
--- a/docs/badge/hardware_specs.rst
+++ b/docs/badge/hardware_specs.rst
@@ -2,25 +2,33 @@ Hardware Specs
 ==============
 
 * ESP32-S3 SoC
+
    * 240MHz
    * 8MiB SPI RAM, 512KiB SRAM
    * 16MiB flash
    * WiFi (2.4GHz, b/g/n)
    * Bluetooth LE (no bluetooth audio)
+
 * Round display, 240x240px, compatible with GC9A01
 * Two speakers
 * Two 3.5mm ports
+
    * Headphone / line out and microphone / line in
    * :ref:`Badge Link`
+
       * Can be configured in each 3.5mm port (3.3v UART)
       * MIDI compatible (31250 baud UART)
 * USB-C
+
    * Two modes:
-     * USB Serial/JTAG (implemented in hardware)
-     * TinyUSB (for serial, mass storage, USB MIDI)
+
+      * USB Serial/JTAG (implemented in hardware)
+      * TinyUSB (for serial, mass storage, USB MIDI)
+
    * SBU1/SBU2 (sideband use) pins have UART RX/TX for early debug
    * Passive analog audio out
    * Not supported: USB host
+
 * 40 RGB LEDs (WS2812C)
 * MicroSD card slot
 * Accelerometer? XXX
-- 
GitLab