From 35bab564b1cddf72b9c96f0a0304204e3e614232 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 29 Aug 2021 22:58:53 +0200 Subject: [PATCH] Fix read, version --- main.cpp | 2 +- openwrt/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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