Skip to content

Commit ebe1f15

Browse files
committed
Maintain consistent naming for Logicrom and Waybyte
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent d37290f commit ebe1f15

File tree

9 files changed

+18
-17
lines changed

9 files changed

+18
-17
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 WAYBYTE Solutions
3+
Copyright (c) 2021 Waybyte Solutions
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LOGICROM for Platformio
1+
# Logicrom Wireless IoT Platform for Platformio
22

33
![Examples](https://github.com/waybyte/platform-logicrom/workflows/Examples/badge.svg)
44
[![Documentation Status](https://readthedocs.org/projects/logicromsdk/badge/?version=latest)](https://docs.logicrom.com)
@@ -10,11 +10,11 @@
1010

1111
1. Install [Visual Studio Code](https://code.visualstudio.com/)
1212
2. Install [PlatformIO Extension for VSCode](https://platformio.org/platformio-ide)
13-
3. Install LOGICROM Platform:
13+
3. Install Logicrom Platform:
1414
* Open PlatformIO Home
1515
* Go to Platforms -> Embedded
1616
* Enter in search box "Logicrom"
17-
* Open "LOGICROM Development Platform" and hit install
17+
* Open "Logicrom Development Platform" and hit install
1818

1919
## Examples
2020

@@ -26,7 +26,7 @@
2626

2727
## Resources
2828

29-
* [Documentation](https://docs.logicrom.com) - LOGICROM SDK documentation for latest version
29+
* [Documentation](https://docs.logicrom.com) - Logicrom SDK documentation for latest version
3030

3131
# Supported Modules
3232
## 4G LTE Cat.1 Modules

builder/framework/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 WAYBYTE Solutions
1+
# Copyright 2021 Waybyte Solutions
22
#
33
# SPDX-License-Identifier: MIT
44
#

builder/framework/logicromsdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 WAYBYTE Solutions
1+
# Copyright 2021 Waybyte Solutions
22
#
33
# SPDX-License-Identifier: MIT
44
#

builder/framework/rda8910/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 WAYBYTE Solutions
1+
# Copyright 2021 Waybyte Solutions
22
#
33
# SPDX-License-Identifier: MIT
44
#

builder/framework/rda8910/logicromsdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 WAYBYTE Solutions
1+
# Copyright 2021 Waybyte Solutions
22
#
33
# SPDX-License-Identifier: MIT
44
#

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 WAYBYTE Solutions
1+
# Copyright 2021 Waybyte Solutions
22
#
33
# SPDX-License-Identifier: MIT
44
#

platform.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logicrom",
3-
"title": "LOGICROM Development Platform",
4-
"description": "Development Platform for 4G LTE (RDA8910), GSM (MT2503/MT6261) & NBIoT (MT2625) Chipsets.",
3+
"title": "Logicrom Development Platform",
4+
"description": "Wireless IoT Development Platform for 4G LTE (RDA8910), GSM (MT2503/MT6261) & NBIoT (MT2625) Chipsets.",
55
"url": "https://logicrom.com/",
66
"homepage": "https://logicrom.com/",
77
"license": "MIT",
@@ -15,6 +15,7 @@
1515
"Quectel",
1616
"Neoway",
1717
"SIMCOM",
18+
"Fibocom",
1819
"MT6261",
1920
"MT2503",
2021
"MT2625",
@@ -28,19 +29,19 @@
2829
"url": "https://github.com/waybyte/platform-logicrom.git"
2930
},
3031
"version": "0.9.0",
31-
"vendor": "WAYBYTE Solutions",
32+
"vendor": "Waybyte Solutions",
3233
"frameworks": {
3334
"logicromsdk": {
3435
"package": "framework-logicromsdk",
3536
"script": "builder/framework/logicromsdk.py",
36-
"description": "LOGICROM Software Development Kit is a unified framework for IoT development on 4G LTE (RDA8910), GSM (MT2503/MT6261) and NBIoT (MT2625) chipsets/modules.",
37+
"description": "Logicrom Software Development Kit is a framework for Wireless IoT development on 4G LTE (RDA8910), GSM (MT2503/MT6261) and NBIoT (MT2625) chipsets/modules.",
3738
"homepage": "https://github.com/waybyte/logicromsdk",
38-
"title": "LOGICROM SDK"
39+
"title": "Logicrom SDK"
3940
},
4041
"arduino": {
4142
"package": "framework-logicromarduino",
4243
"script": "builder/framework/arduino.py",
43-
"description": "Arduino Wiring-based Framework For LOGICROM Platform",
44+
"description": "Arduino Wiring-based Framework For Logicrom Wireless IoT Platform",
4445
"homepage": "https://github.com/waybyte/Arduino_LogicROM",
4546
"title": "Arduino Framework"
4647
}

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 WAYBYTE Solutions
1+
# Copyright 2021 Waybyte Solutions
22
#
33
# SPDX-License-Identifier: MIT
44
#

0 commit comments

Comments
 (0)