Talie5in

Results 24 comments of Talie5in

Is this due to the issues with Firmware 2.3.7 that was Revoked? (and other issues in 2.3.8) Does the client work for you if on 2.3.6 or 2.3.9 Firmware Release?...

> Not sure if this could work over Bluetooth or WiFi as I don't believe Meshtastic has the ability for OTA updates like that. Also, lots of devices need to...

> @Talie5in I see you have it working now in your fork. When are you doing a pull request? @madeofstown Sorry, not sure how I missed this comment! It does,...

This is more for non .deb installs (eg, manual compile)

Need to add in something about disabling serial login on RaspbeeryPi's :/ create a file called disable_serialconsole.sh ``` #!/bin/bash # Path to the file containing the kernel command line parameters...

Alternatively, for Raspberry Pi's only... (rPi2-4 and rPi5 compatible) ``` sudo raspi-config nonint do_serial_hw 0 # Enable Serial Port (enable_uart=1) sudo raspi-config nonint do_serial_cons 1 # Disable Serial Console ````...

Closing as PR has been merged. https://github.com/meshtastic/meshtastic/pull/1267

Just realised you do this in further out zooms - just not when down close. ![image](https://github.com/liamcottle/meshtastic-map/assets/7875348/b6888579-7142-4681-9653-5dbe1f13495c) ![image](https://github.com/liamcottle/meshtastic-map/assets/7875348/8f0067e8-1c8a-435d-b8e2-eaed49cdf3eb)

> Same thing with the signal values I don't know if you've experienced it yet Is this a LR1110 based radio? (Seeed T1000-E for example?)

@madeofstown Would this be better located in https://github.com/meshtastic/web for the webclient?