Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsabaEngine committed Sep 1, 2024
1 parent 2e1c7b7 commit 46695d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ In order to be able to easily update OTA, it is important - from the users' poin
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**.

> Starting with version v1.5.0, PsychicHttp v2 is also supported.
> 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.
> Starting with version v1.3.0, c++ defines can be used.
> Starting with version v1.2.0, ESP8266/ESP8285 is also supported.
> Starting with version v1.1.0, the ETag header is also supported.
### Usage
Expand Down

0 comments on commit 46695d8

Please sign in to comment.