Skip to content

Commit

Permalink
release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesgiguere committed Mar 4, 2024
1 parent 755e95a commit b0bdc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=GPIOViewer
version=1.5.0
version=1.5.1
author=The Last Outpost Workshop
maintainer=The Last Outpost Workshop <[email protected]>
sentence=Web Application to view GPIO pins live!
Expand Down
4 changes: 2 additions & 2 deletions src/gpio_viewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define Version15

#ifdef Version15
const char *release = "1.5.1-unstable, please use a stable version";
const char *release = "1.5.1";
#else
const char *release = "1.0.8-unstable, please use a stable version";
#endif
Expand Down Expand Up @@ -116,7 +116,7 @@ class GPIOViewer
if (psramFound())
{
psramSize = ESP.getPsramSize();
Serial.printf("GPIOViewer >> PSRAM Size %s\n", formatBytes(psramSize));
Serial.printf("GPIOViewer >> PSRAM Size %s\n", formatBytes(psramSize).c_str());
}
else
{
Expand Down

0 comments on commit b0bdc0c

Please sign in to comment.