Browse Source

Скорость RS485 теперь 9600.

TelenkovDmitry 2 weeks ago
parent
commit
73045c8c3f
4 changed files with 5 additions and 6 deletions
  1. BIN
      output/desk.bin
  2. BIN
      output/robot.bin
  3. 4 5
      project/ewarm/settings/tuber.wsdt
  4. 1 1
      share/uart_bridge_cfg.h

BIN
output/desk.bin


BIN
output/robot.bin


File diff suppressed because it is too large
+ 4 - 5
project/ewarm/settings/tuber.wsdt


+ 1 - 1
share/uart_bridge_cfg.h

@@ -2,7 +2,7 @@
 #define __UART_BRIDGE_CFG_H
 #define __UART_BRIDGE_CFG_H
 
 
 
 
-#define UB_BAUDRATE     115200
+#define UB_BAUDRATE     9600
 
 
 #define DATA_BUF_SIZE   60
 #define DATA_BUF_SIZE   60
 
 

Some files were not shown because too many files changed in this diff