Skip to content

Commit

Permalink
rev033 v0.1.0 First release in PlatformIO
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jul 9, 2022
1 parent b78c3b4 commit f895c2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.pio
.vscode
releases
3 changes: 2 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"WifiCLI",
"ESP32WifiCLI"
],
"description":"Basic and extendible Wifi manager via serial command line for ESP32",
"description":"Basic and extendible Wifi CLI manager via serial command line for ESP32",
"repository":
{
"type": "git",
Expand All @@ -31,6 +31,7 @@
".vscode",
".travis.yml",
".gitignore",
"deploy.sh",
"releases",
"docs",
"images",
Expand Down
3 changes: 3 additions & 0 deletions src/ESP32WifiCLI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#define RW_MODE false
#define RO_MODE true

#define ESP32WIFICLI_VERSION "0.1.0"
#define ESP32WIFICLI_REVISION 033

class ESP32WifiCLICallbacks;

class ESP32WifiCLI {
Expand Down

0 comments on commit f895c2f

Please sign in to comment.