Skip to content

Commit

Permalink
solve the problem of package name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Aug 27, 2022
1 parent c5ad592 commit 3054100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WebSerial
# WebSerialLite

WebSerial is a Serial Monitor for ESP8266 & ESP32 Microcontrollers that can be accessed remotely via a web browser. Webpage is stored in program memory of the microcontroller.

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "WebSerial",
"name": "WebSerialLite",
"keywords": "WebSerial, serial, monitor, ESP8266, ESP32, webpage, websocket, wireless",
"description": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.",
"repository":
{
"type": "git",
"url": "https://github.com/asjdf/WebSerial.git"
"url": "https://github.com/asjdf/WebSerialLite.git"
},
"authors":
[
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=WebSerial
name=WebSerialLite
version=1.0.0
author=HomeboyC
category=Communication
maintainer=HomeboyC <[email protected]>
sentence=A Web based Serial Monitor for ESP8266 & ESP32 to debug your code remotely.
paragraph=WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.
url=https://github.com/asjdf/WebSerial
url=https://github.com/asjdf/WebSerialLite
architectures=esp8266,esp32

0 comments on commit 3054100

Please sign in to comment.