mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
typo and fmt
This commit is contained in:
parent
e3618bb6a3
commit
27ae5f087a
|
@ -50,22 +50,22 @@ Boards complete with GPS, 18650 battery holder, and optional screen.
|
|||
### [LILYGO® T-Echo](./techo/)
|
||||
All-in-one unit with E-Ink screen, GPS and battery in injection-molded case. Features the low-power nRF52840 for long battery life.
|
||||
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
| :-- | :-- | :-- | :--: | :--: | :--: |
|
||||
| T-Echo | nRF52840 | SX1262 | NO | 5.0 | YES |
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
|:-------|:---------|:-------|:----:|:---:|:---:|
|
||||
| T-Echo | nRF52840 | SX1262 | NO | 5.0 | YES |
|
||||
|
||||
### LILYGO® T-Deck
|
||||
Standalone device with screen and keyboard
|
||||
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
| :-- | :-- | :-- | :--: | :--: | :--: |
|
||||
| T-Deck | ESP32-S3FN8 | SX1262 | YES | 5.0 | NO |
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
|:-------|:------------|:-------|:----:|:---:|:---:|
|
||||
| T-Deck | ESP32-S3FN8 | SX1262 | YES | 5.0 | NO |
|
||||
|
||||
### LILYGO® T-Watch S3
|
||||
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
| :-- | :-- | :-- | :--: | :--: | :--: |
|
||||
| T-Watch S3| ESP32-S3 | SX1262 | YES | 5.0 | NO |
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
|:-----------|:---------|:-------|:----:|:---:|:---:|
|
||||
| T-Watch S3 | ESP32-S3 | SX1262 | YES | 5.0 | NO |
|
||||
|
||||
### [LILYGO® LoRa](./lora/)
|
||||
Inexpensive basic ESP32-based boards.
|
||||
|
@ -93,9 +93,9 @@ Inexpensive basic ESP32-based boards.
|
|||
### [Station G1](./station-g1/)
|
||||
High power LoRa transceiver designed for Meshtastic Licensed HAM operation.
|
||||
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
| :-- | :-- | :-- | :--: | :--: | :--: |
|
||||
| Station G1 | ESP32 WROOM | SX1262 | 2.4GHz b/g/n | 4.2 | UES |
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
|:-----------|:------------|:-------|:------------:|:---:|:---:|
|
||||
| Station G1 | ESP32 WROOM | SX1262 | 2.4GHz b/g/n | 4.2 | YES |
|
||||
|
||||
### [Nano Series](./nano/)
|
||||
Portable and durable devices designed for Meshtastic.
|
||||
|
@ -109,9 +109,9 @@ Portable and durable devices designed for Meshtastic.
|
|||
### [Raspberry Pi Pico](./raspberry-pi/)
|
||||
Fast versatile boards using the RP2040
|
||||
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
| :-- | :-- | :-- | :--: | :--: | :--: |
|
||||
| Raspberry Pi Pico | RP2040 | SX1262 | not supported | not supported | NO |
|
||||
| Name | MCU | Radio | WiFi | BT | GPS |
|
||||
|:------------------|:-------|:-------|:-------------:|:-------------:|:---:|
|
||||
| Raspberry Pi Pico | RP2040 | SX1262 | not supported | not supported | NO |
|
||||
|
||||
[**Pico Peripherals**](./raspberry-pi/peripherals/)<br/>
|
||||
SSD1306 OLED Display<br/>
|
||||
|
|
Loading…
Reference in a new issue