Skip to content

Commit 8e6faa7

Browse files
committed
Add SCM-LTE-01 Rev.B
1 parent fe47ad0 commit 8e6faa7

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This library supports following products.
1212

1313
* SCM-LTE-Beta (Sakura Communication Module (LTE) β)
14-
* [SCM-LTE-01 (Sakura Communication Module (LTE))](https://sakura.io/product/module_lte.html)
14+
* [SCM-LTE-01 & Rev.B (Sakura Communication Module (LTE))](https://sakura.io/product/module_lte.html)
1515
* SCM-920-Alpha (Sakura Communication Module (LoRa) α)
1616

1717
with

examples/FirmwareUpdate/FirmwareUpdate.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ uint8_t updateFirmware(){
3737
case 0x0002:
3838
Serial.println("SCM-LTE-01");
3939
break;
40+
case 0x0003:
41+
Serial.println("SCM-LTE-01 Rev.B");
42+
break;
4043
default:
41-
Serial.println("Please check connection");
42-
return 1;
44+
Serial.println("Unknown Product ID");
45+
break;
4346
}
4447

4548
delay(1000);

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.1.5
33
author=SAKURA Internet Inc. <support@sakura.ad.jp>
44
maintainer=chibiegg <y-egusa@sakura.ad.jp>
55
sentence=Library for Sakura Communication Module (https://sakura.io/)
6-
paragraph=Provides functions for "sakura.io" (IoT platform of SAKURA Internet Inc.) (https://sakura.io/) with Sakura Communication Module. This library supports SCM-LTE-Beta and SCM-LTE-01.
6+
paragraph=Provides functions for "sakura.io" (IoT platform of SAKURA Internet Inc.) (https://sakura.io/) with Sakura Communication Module. This library supports SCM-LTE-Beta and SCM-LTE-01 and SCM-LTE-01 Rev.B.
77
category=Communication
88
url=https://github.com/sakuraio/SakuraIOArduino
99
architectures=*

0 commit comments

Comments
 (0)