Firmware  0.7.1
Loading...
Searching...
No Matches
Display

Table of Contents

Initialization

Initialization takes place in init(). This function configures UART_NUM_0 with 115200 baud, installs the UART driver (RX/TX software buffers, 1024 bytes each), assigns default UART0 TX/RX pins, and starts the display task running task_function().

Task

This task periodically emits a JSON status frame over UART_NUM_0 when the display extension is enabled.

The payload contains:

  • firmware version
  • IP
  • State
  • SSID
  • mDNS
  • RSSI
  • Voltage
  • Current
Previous Next
DCC OTA