mirror of
https://github.com/pdxlocations/contact.git
synced 2026-08-05 08:23:41 +02:00
af5fe536589141a327a80f44ff6b4990884ddad9
* init * working changes * working changes * working changes * working changes * not working changes * almost working changes * working changes * working changes * broke save and nested menus * working better * changes * working changes * scrolling text input * allow wide char input * set pad bg colors * add empty color for bg * reload colors on save * tab to save changes * cleanup on isle edit_value * dynamically create theme options
Contact - A Console UI for Meshtastic
Powered by Meshtastic.org
Settings can be accessed within the client or can be run standalone
Arguments
You can pass the following arguments to the client:
Connection Arguments
Optional arguments to specify a device to connect to and how.
--port,--serial,-s: The port to connect to via serial, e.g./dev/ttyUSB0.--host,--tcp,-t: The hostname or IP address to connect to using TCP.--ble,-b: The BLE device MAC address or name to connect to.
If no connection arguments are specified, the client will attempt a serial connection and then a TCP connection to localhost.
Example Usage
python main.py --port /dev/ttyUSB0
python main.py --host 192.168.1.1
python main.py --ble BlAddressOfDevice
Languages
Python
100%