Add end of line symbol to after json output to uart
This commit is contained in:
parent
6363264b95
commit
d88a47d793
@ -319,7 +319,7 @@ while True:
|
|||||||
if print_data:
|
if print_data:
|
||||||
data.show()
|
data.show()
|
||||||
if send_json_data:
|
if send_json_data:
|
||||||
rpi_uart.write(data.json)
|
rpi_uart.write(data.json + '\n')
|
||||||
if backup_data:
|
if backup_data:
|
||||||
data.write_on_flash()
|
data.write_on_flash()
|
||||||
if data_to_neopixel:
|
if data_to_neopixel:
|
||||||
|
Loading…
Reference in New Issue
Block a user