changed default settings to fit the MrBeam hardware (for auto connection after startup)
This commit is contained in:
parent
0af4b3cb37
commit
e071a33fae
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ def settings(init=False, configfile=None, basedir=None):
|
||||||
|
|
||||||
default_settings = {
|
default_settings = {
|
||||||
"serial": {
|
"serial": {
|
||||||
"port": None,
|
"port": "/dev/ttyACM0",
|
||||||
"baudrate": None,
|
"baudrate": 115200,
|
||||||
"autoconnect": False,
|
"autoconnect": True,
|
||||||
"log": False,
|
"log": False,
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"detection": 0.5,
|
"detection": 0.5,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue