From 5e527a13cbea8809bfdece3ab7e635f4c6484cf0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 10 Jul 2024 19:12:13 -0700 Subject: [PATCH] Create config.tmplate --- config.tmplate | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.tmplate diff --git a/config.tmplate b/config.tmplate new file mode 100644 index 0000000..8379009 --- /dev/null +++ b/config.tmplate @@ -0,0 +1,11 @@ +#config.ini +# type can be serial, tcp, or ble +# port is the serial port to use, commented out will try to auto-detect +# hostname is the IP address of the device to connect to for tcp type +# mac is the MAC address of the device to connect to for ble type + +[interface] +type = serial +# port = '/dev/ttyUSB0' +# hostname = 192.168.0.1 +# mac = 00:11:22:33:44:55 \ No newline at end of file