diff --git a/main.cpp b/main.cpp index 817d460..ea0169c 100755 --- a/main.cpp +++ b/main.cpp @@ -219,7 +219,7 @@ int main(int argc, char* argv[]) serial.writeString("rb\r\n"); boost::this_thread::sleep(posix_time::milliseconds(100)); serial.readChar(1); - serial.readChar(1); + //serial.readChar(1); modem.setSerialPort(&serial); modem.setFilePath(path); diff --git a/openwrt/Makefile b/openwrt/Makefile index c02b88b..580d5d1 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbserial-dw -PKG_VERSION:=0.1.0 +PKG_VERSION:=0.2.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git