Skip to content

Commit

Permalink
Merge pull request #15 from thomaswardiii/master
Browse files Browse the repository at this point in the history
Update sysinfo command version info, and bump version
  • Loading branch information
jbtronics authored Feb 11, 2024
2 parents 8369b95 + 366b1ef commit 50d37ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP32Console",
"version": "1.2.1",
"version": "1.2.2",
"description": "Extensible UART console for ESP32 with useful included commands. This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment.",
"keywords": "esp32, console, ping, ifconfig, sysinfo, editor, file",
"repository":
Expand All @@ -27,4 +27,4 @@
],
"frameworks": "arduino",
"platforms": "espressif32"
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP32Console
version=1.2.1
version=1.2.2
author=Jan Böhmer <[email protected]>
maintainer=Jan Böhmer <[email protected]>
sentence=Extensible UART console for ESP32 with useful included commands.
Expand Down
4 changes: 2 additions & 2 deletions src/ESP32Console.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#error This library depends on ESP-IDF and only works on ESP32!
#endif

#define ESP32CONSOLE_VERSION "1.1.0"
#define ESP32CONSOLE_VERSION "1.2.2"

#include "ESP32Console/Console.h"
#include "ESP32Console/ConsoleCommand.h"
#include "ESP32Console/ConsoleCommandD.h"
#include "ESP32Console/OptionsConsoleCommand.h"
#include "ESP32Console/OptionsConsoleCommand.h"

0 comments on commit 50d37ad

Please sign in to comment.