You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `mcc.serialport.driver.type`: Available driver type: `pi4j, jssc, jserialcomm, auto`. It is recommended to keep in `auto`.
67
-
- `mcc.serialport.name` : will vary based on platform and number of ports. Find it in your computer and update
68
-
- `mcc.serialport.baud.rate` : by default http://www.mysensors.org/build/serial_gateway[Serial Gateway] uses `115200`. If you changed on your setup you have to update your custom value
66
+
- `mcc.serialport.driver.type`: Available driver types: `pi4j, jssc, jserialcomm, auto`. It is recommended to keep in `auto`. *For now `jssc` driver is not stable with MyController.org*
67
+
- `mcc.serialport.name` : will vary based on platform and number of ports. Find it on your computer and update
68
+
- `mcc.serialport.baud.rate` : by default http://www.mysensors.org/build/serial_gateway[Serial Gateway] uses `115200`. If you changed on your setup you have to update your custom value here.
69
69
70
70
*Database Configuration*
71
71
```
72
72
mcc.h2db.location=../conf/mycontroller
73
73
```
74
-
You can change default location.
74
+
You can change default location and file name. File will be stored with the file extension `.mv.db`. Do not add file extenstion.
0 commit comments