docs: fill in board PSRAM sizes and simplify MCU tables

This commit is contained in:
Jared Dohrman
2026-04-13 17:05:01 +10:00
parent 61b2867f1a
commit 1b7466d5bc
+2 -2
Vedi File
@@ -33,7 +33,7 @@ If a board enables PSRAM but the repo does not declare the exact size, it is sho
This table includes all repeater MQTT targets currently defined in `variants/eastmesh_mqtt/platformio.ini`. This table includes all repeater MQTT targets currently defined in `variants/eastmesh_mqtt/platformio.ini`.
| Target | MCU | RAM | PSRAM | Flash | LoRa | Display | GPS | Notes | | Target | MCU | RAM | PSRAM | Flash | LoRa | Display | GPS | Notes |
| ------------------------ | ------- | ------ | ----------------------- | ----- | ------ | --------------- | --- | --------------------------------------- | | ------------------------ | ------- | ------ | ----- | ----- | ------ | --------------- | --- | --------------------------------------- |
| Ebyte_EoRa-S3 | ESP32S3 | 512 KB | 2 MB | 4MB | SX1262 | OLED (SSD1306) | No | more memory headroom | | Ebyte_EoRa-S3 | ESP32S3 | 512 KB | 2 MB | 4MB | SX1262 | OLED (SSD1306) | No | more memory headroom |
| Generic_E22_sx1262 | ESP32 | 520 KB | No | 4 MB | SX1262 | None | No | headless | | Generic_E22_sx1262 | ESP32 | 520 KB | No | 4 MB | SX1262 | None | No | headless |
| Generic_E22_sx1268 | ESP32 | 520 KB | No | 4 MB | SX1268 | None | No | headless | | Generic_E22_sx1268 | ESP32 | 520 KB | No | 4 MB | SX1268 | None | No | headless |
@@ -82,7 +82,7 @@ Note: all current `repeater_mqtt` boards support the local web panel except `Xia
These are the Wi-Fi companion targets that have a display configured for local status, setup help, or occasional direct interaction. These are the Wi-Fi companion targets that have a display configured for local status, setup help, or occasional direct interaction.
| Target | MCU | RAM | PSRAM | Flash | LoRa | Display | GPS | Notes | | Target | MCU | RAM | PSRAM | Flash | LoRa | Display | GPS | Notes |
| ------------------------ | ------- | ------ | ----------------------- | ----- | ------ | --------------- | --- | ------------------------------------ | | ------------------------ | ------- | ------ | ----- | ----- | ------ | --------------- | --- | ------------------------------------ |
| Heltec_v2 | ESP32 | 520 KB | No | 8 MB | SX1276 | OLED (SSD1306) | No | | | Heltec_v2 | ESP32 | 520 KB | No | 8 MB | SX1276 | OLED (SSD1306) | No | |
| Heltec_v3 | ESP32S3 | 512 KB | No | 8 MB | SX1262 | OLED (SSD1306) | Yes | GPS | | Heltec_v3 | ESP32S3 | 512 KB | No | 8 MB | SX1262 | OLED (SSD1306) | Yes | GPS |
| heltec_tracker_v2 | ESP32S3 | 512 KB | No | 8MB | SX1262 | TFT (ST7735) | Yes | richer UI, GPS | | heltec_tracker_v2 | ESP32S3 | 512 KB | No | 8MB | SX1262 | TFT (ST7735) | Yes | richer UI, GPS |