mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-13 21:15:32 +00:00
Reserve board-specific GPIOs, make ESP-NOW channel/format handling configurable, and coordinate WiFi, BLE, NTP, MQTT, and host actions safely. Add the Indicator message page, exclusive transport selector, dynamic 480/320 rendering, larger transport typography, pairing cleanup, and corresponding tests and documentation.
10 lines
169 B
SYSTEMD
10 lines
169 B
SYSTEMD
[Unit]
|
|
Description=MeshCore fixed delayed host reboot timer
|
|
|
|
[Timer]
|
|
OnActiveSec=10s
|
|
AccuracySec=1s
|
|
Persistent=no
|
|
RemainAfterElapse=no
|
|
Unit=meshcore-host-reboot.service
|