Skip to content

Commit

Permalink
documentation: lilygo: fix formatting for LoRa32 and T8-C3
Browse files Browse the repository at this point in the history
Fix the formatting of the doc/index.rst for Lilygo LoRa32 and T8-C3
Requested by nordicjm

Signed-off-by: Lothar Felten <[email protected]>
  • Loading branch information
lfelten authored and henrikbrixandersen committed Oct 16, 2024
1 parent e315982 commit a427497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions boards/lilygo/ttgo_lora32/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Lilygo TTGO LoRa32
Overview
********

The Lilygo TTGO LoRa32 is a development board for LoRa applications baesed on the ESP32-PICO-D4.
The Lilygo TTGO LoRa32 is a development board for LoRa applications based on the ESP32-PICO-D4.

It's available in two versions supporting two different frequency ranges and features the following integrated components:

Expand Down Expand Up @@ -178,8 +178,8 @@ Build and flash applications as usual (see :ref:`build_an_application` and
:board: ttgo_lora32/esp32/procpu
:goals: build

The usual ``flash`` target will work with the ``ttgo_lora32`` board
configuration. Here is an example for the :zephyr:code-sample:`hello_world`
The usual ``flash`` target will work with the ``ttgo_lora32`` board target.
Here is an example for the :zephyr:code-sample:`hello_world`
application.

.. zephyr-app-commands::
Expand Down
7 changes: 3 additions & 4 deletions boards/lilygo/ttgo_t8c3/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enabled by moving a 0-ohm resistor.
Connections and IOs
===================

The TTGO T8-C3 board configuration supports the following hardware features:
The ``ttgo_t8c3`` board target supports the following hardware features:

+-----------+------------+------------------+
| Interface | Controller | Driver/Component |
Expand Down Expand Up @@ -176,9 +176,8 @@ Build and flash applications as usual (see :ref:`build_an_application` and
:board: ttgo_t8c3
:goals: build

The usual ``flash`` target will work with the ``ttgo_t8c3`` board
configuration. Here is an example for the :zephyr:code-sample:`hello_world`
application.
The usual ``flash`` target will work with the ``ttgo_t8c3`` board target.
Here is an example for the :zephyr:code-sample:`hello_world` application.

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
Expand Down

0 comments on commit a427497

Please sign in to comment.