Skip to content

Commit 46695d8

Browse files
committed
fix: readme
1 parent 2e1c7b7 commit 46695d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ In order to be able to easily update OTA, it is important - from the users' poin
1313
This npm package provides a solution for **inserting any JS client application into the ESP web server** (PsychicHttp and also ESPAsyncWebServer available, PsychicHttp is the default). For this, JS, html, css, font, assets, etc. files must be converted to binary byte array. Npm mode is easy to use and easy to **integrate into your CI/CD pipeline**.
1414

1515
> Starting with version v1.5.0, PsychicHttp v2 is also supported.
16+
1617
> Version v1.4.0 has a breaking change! --no-gzip changed to --gzip. Starting with this version c++ compiler directives are available to setup operation in project level.
18+
1719
> Starting with version v1.3.0, c++ defines can be used.
20+
1821
> Starting with version v1.2.0, ESP8266/ESP8285 is also supported.
22+
1923
> Starting with version v1.1.0, the ETag header is also supported.
2024
2125
### Usage

0 commit comments

Comments
 (0)