Changed code so rover can run without FrSky for EXPO

This commit is contained in:
2018-05-17 21:46:59 -07:00
parent 1d9797f00b
commit 23035c11ba
9 changed files with 291 additions and 79 deletions

View File

@@ -53,7 +53,7 @@ void setup() {
setup_hardware();
num_modbus_registers = sizeof(modbus_data) / sizeof(modbus_data[0]);
slave.begin(2000000); // baud-rate at 19200
slave.begin(115200); // baud-rate at 19200
slave.setTimeOut(150);
Serial.begin(9600);