Skip to content

Commit c225383

Browse files
Merge pull request #91 from ayushsharma82/dev
feat: add command history
2 parents 1736f21 + 206109f commit c225383

File tree

6 files changed

+1352
-1338
lines changed

6 files changed

+1352
-1338
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0
6565

6666
- name: Install ESPAsyncWebServer
67-
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.0.2
67+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.0.6
6868

6969
- name: Build Demo
7070
run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/Demo/Demo.ino"

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"maintainer": true
1616
}
1717
],
18-
"version": "2.0.3",
18+
"version": "2.0.4",
1919
"frameworks": "arduino",
2020
"platforms": ["espressif8266", "espressif32"],
2121
"dependencies": [
2222
{
2323
"owner": "mathieucarbou",
2424
"name": "ESP Async WebServer",
25-
"version": "^3.0.2",
25+
"version": "^3.0.6",
2626
"platforms": ["espressif8266", "espressif32"]
2727
}
2828
]

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WebSerial
2-
version=2.0.3
2+
version=2.0.4
33
author=Ayush Sharma
44
category=Communication
55
maintainer=Ayush Sharma <[email protected]>

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build_flags =
1010
-D WSL_HIGH_PERF
1111
lib_deps =
1212
mathieucarbou/Async TCP @ ^3.1.4
13-
mathieucarbou/ESP Async WebServer @ 3.0.2
13+
mathieucarbou/ESP Async WebServer @ 3.0.6
1414
upload_protocol = esptool
1515
monitor_speed = 115200
1616
monitor_filters = esp32_exception_decoder, log2file
@@ -42,5 +42,5 @@ board = esp32-s3-devkitc-1
4242
platform = espressif8266
4343
board = huzzah
4444
lib_deps =
45-
mathieucarbou/ESP Async WebServer @ 3.0.2
45+
mathieucarbou/ESP Async WebServer @ 3.0.6
4646
esphome/ESPAsyncTCP-esphome @ 2.0.0

0 commit comments

Comments
 (0)