Skip to content

Commit 221e6e1

Browse files
committed
esp8266 test
1 parent 5c7142c commit 221e6e1

27 files changed

+176
-142
lines changed

.github/workflows/pio-build-esp8266.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- master
10-
- release/*
9+
- dev
10+
# - master
11+
# - release/*
1112
pull_request:
1213

1314
concurrency:

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=Async ESP32/ESP8266 web server, WiFi manager and ACE web text editor a
77
category=Communication
88
url=https://github.com/cotestatnt/async-esp-fs-webserver
99
architectures=esp32, esp8266
10-
depends=ArduinoJson, ESPAsyncWebServer, AsyncTCP, ESPAsyncTCP
10+
depends=ESPAsyncWebServer, AsyncTCP, ESPAsyncTCP

pio/testLibrary/src/index_htm.h

Lines changed: 0 additions & 106 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)