Skip to content

Commit

Permalink
Merge pull request #8 from AIS-DeviceInnovation/fix-bug
Browse files Browse the repository at this point in the history
Fix bug Error Compiling
  • Loading branch information
AIS-DeviceInnovation authored Feb 24, 2023
2 parents 9de649e + 43d5dd3 commit 5e2848d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Library Version](https://img.shields.io/badge/Version-2.1.0-green)
![Library Version](https://img.shields.io/badge/Version-2.1.1-green)

# AIS DEVIO NB-SHIELD I & DEVIO NB-SHIELD I Plus Library
This library only supports the [DEVIO NB-SHIELD I & DEVIO NB-SHIELD I Plus](https://aisplayground.ais.co.th/marketplace/products/64DkezcxuRk).
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"type": "git",
"url": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git"
},
"version": "2.1.0",
"version": "2.1.1",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Magellan_BC95
version=2.1.0
version=2.1.1
author=AIS IoT Alliance Program
maintainer= AIS IoT Alliance Program <aiap@ais.co.th>
sentence= AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.
Expand Down
4 changes: 2 additions & 2 deletions src/AIS_BC95_API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AIS_BC95_API v2.1.0 NB-IoT.
AIS_BC95_API v2.1.1 NB-IoT.
support Quectel BC95 & BC95-G
NB-IoT with AT command
Author: Device Innovation team
Create Date: 8 February 2021.
Modified: 17 February 2023.
Modified: 24 February 2023.
Released for private usage.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/AIS_BC95_API.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AIS_BC95_API v2.1.0 NB-IoT.
AIS_BC95_API v2.1.1 NB-IoT.
support Quectel BC95 & BC95-G
NB-IoT with AT command
Author: Device Innovation team
Create Date: 8 February 2021.
Modified: 17 February 2023.
Modified: 24 February 2023.
Released for private usage.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/AT_BC95.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AT Command Dictionary for Quectel BC95 & BC95-G version 2.1.0
AT Command Dictionary for Quectel BC95 & BC95-G version 2.1.1
support Quectel BC95 & BC95-G
NB-IoT with AT command
Author: Device Innovation team
Create Date: 8 February 2021.
Modified: 17 February 2023.
Modified: 24 February 2023.
*/
#include "AT_BC95.h"
#include "board.h"
Expand Down
4 changes: 2 additions & 2 deletions src/AT_BC95.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AT Command Dictionary for Quectel BC95 version 2.1.0
AT Command Dictionary for Quectel BC95 version 2.1.1
support Quectel BC95 & BC95-G
NB-IoT with AT command
Author: Device Innovation team
Create Date: 2 January 2020.
Modified: 17 February 2023.
Modified: 24 February 2023.
*/
#ifndef AT_BC95_h
#define AT_BC95_h
Expand Down
6 changes: 3 additions & 3 deletions src/Magellan_BC95.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Magellan_BC95 v2.1.0 NB-IoT Magellan Platform .
Magellan_BC95 v2.1.1 NB-IoT Magellan Platform .
support Quectel BC95 & BC95-G
NB-IoT with AT command
Expand All @@ -42,7 +42,7 @@ and supported only Magellan IoT Platform
Author: Device Innovation team
Create Date: 3 February 2020.
Modified: 17 February 2023.
Modified: 24 February 2023.
Released for private usage.
*/
Expand Down Expand Up @@ -294,7 +294,7 @@ bool Magellan_BC95::begin() {
token_error_report = true;
token_error_config = true;
Serial.println();
Serial.println(F(" AIS NB-IoT Magellan_BC95 V2.1.0"));
Serial.println(F(" AIS NB-IoT Magellan_BC95 V2.1.1"));

atBC95.setupModule(_HOST, _PORT);

Expand Down
4 changes: 2 additions & 2 deletions src/Magellan_BC95.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Magellan_BC95 v2.1.0 NB-IoT Magellan Platform .
Magellan_BC95 v2.1.1 NB-IoT Magellan Platform .
support Quectel BC95 & BC95-G
NB-IoT with AT command
Expand All @@ -43,7 +43,7 @@ and supported only Magellan IoT Platform
Author: Device Innovation team
Create Date: 8 February 2021.
Modified: 17 February 2023.
Modified: 24 February 2023.
Released for private usage.
*/
Expand Down

0 comments on commit 5e2848d

Please sign in to comment.