add case temperature readout

This commit is contained in:
2025-09-03 11:57:25 +02:00
parent 69cde553cd
commit 64f2626b4f
5 changed files with 39 additions and 3 deletions

View File

@@ -669,7 +669,7 @@ if __name__ == "__main__":
#config.transport='serial:/dev/serial/by-id/usb-ZEPHYR_Zephyr_HCI_UART_sample_95A087EADB030B24-if00,115200,rtscts' #nrf52dongle hci_uart usb cdc
#config.transport='usb:2fe3:000b' #nrf52dongle hci_usb # TODO: iso packet over usb not supported
#config.transport= 'auto'
config.transport='serial:/dev/ttyAMA4,1000000,rtscts' # transport for raspberry pi
config.transport='serial:/dev/ttyAMA3,1000000,rtscts' # transport for raspberry pi
# TODO: encrypted streams are not working