Commit 798813367a1714521da844647cc92db7c794603b

Authored by Adhidarma Hadiwinoto
1 parent abdd1892a2
Exists in master

DEBUG

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

1 1 // const REGEX_WAIT_FOR_OK_OR_ERROR = /\n(?:OK|ERROR)\r/;
2   -const REGEX_WAIT_FOR_OK_OR_ERROR = /\n(OK|ERROR)\r/;
  2 +const REGEX_WAIT_FOR_OK_OR_ERROR = /\nOK\r/;
3 3  
4 4 const SerialPort = require('serialport');
5 5