Skip to content

Commit

Permalink
🔧Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VoDACode committed Oct 16, 2023
1 parent 77e778a commit c6f64a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/base/src/base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HtmlNode *buildPage();

void setup()
{
Serial.begin(9600);
Serial.begin(115200);
webPortal.setPageTitle("Base example");
webPortal.setTitle("WebPortal - Base example");

Expand Down
20 changes: 19 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WebPortal",
"version": "1.3.7",
"version": "1.3.10",
"description": "Library from easy create web portal for your project",
"keywords": [
"web",
Expand All @@ -17,6 +17,24 @@
"url": "https://github.com/VoDACode",
"email": "vodacode.work@gmail.com"
},
"export":{
"include": [
"examples/**",
"include/**",
"scripts/**.py",
"scripts/**.sh",
"scripts/**.bat",
"src/**",
"LICENSE",
"README.md",
"library.json",
"library.properties"
],
"exclude": [
"test",
"page"
]
},
"headers": [
"WebPortal.h",
"HtmlNode.h",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WebPortal,
version=1.3.7,
version=1.3.10,
author=VoDACode <vodacode.work@gmail.com>
maintainer=VoDACode <vodacode.work@gmail.com>
sentence=Library from easy create web portal for your project.
Expand Down

0 comments on commit c6f64a2

Please sign in to comment.