Update serial port settings

This commit is contained in:
2021-05-28 19:43:59 -04:00
parent 4ada97fdd8
commit 714866e0c7

View File

@@ -1,11 +1,11 @@
{
"Weather": {
"Port": {
"Prefix": "/dev/ttyUSB",
"BaudRate": 9600
"Prefix": "/dev/ttyACM",
"BaudRate": 115200
},
"Queue": {
"Name": "weather"
}
"Queue": {
"Name": "weather"
}
}
}
}