Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 8c315c4

Browse files
committed
Fix Arduino Json 7 API #10
1 parent 3bd268e commit 8c315c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
1717
- Some code cleanup
1818
- `SSE_MAX_QUEUED_MESSAGES` to control the maximum number of messages that can be queued for a SSE client
1919
- `write()` function public in `AsyncEventSource.h`
20-
- Arduino Json 7 compatibility and by default, still compatible with 6 (`AsyncJson.h`)
20+
- Arduino Json 7 compatibility and backward compatible with 6 and 6 (changes in `AsyncJson.h`). The API to use Json has not changed. These are only internal changes.
2121
- `WS_MAX_QUEUED_MESSAGES`: control the maximum number of messages that can be queued for a Websocket client
2222
- Resurrected `AsyncWebSocketMessageBuffer` and `makeBuffer()` in order to make the fork API-compatible with the original library from me-no-dev regarding WebSocket.
2323
- [#5](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/5): set real "Last-Modified" header based on file's LastWrite time ([@vortigont](https://github.com/vortigont))

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
1717
- Some code cleanup
1818
- `SSE_MAX_QUEUED_MESSAGES` to control the maximum number of messages that can be queued for a SSE client
1919
- `write()` function public in `AsyncEventSource.h`
20-
- Arduino Json 7 compatibility and by default, still compatible with 6 (`AsyncJson.h`)
20+
- Arduino Json 7 compatibility and backward compatible with 6 and 6 (changes in `AsyncJson.h`). The API to use Json has not changed. These are only internal changes.
2121
- `WS_MAX_QUEUED_MESSAGES`: control the maximum number of messages that can be queued for a Websocket client
2222
- Resurrected `AsyncWebSocketMessageBuffer` and `makeBuffer()` in order to make the fork API-compatible with the original library from me-no-dev regarding WebSocket.
2323
- [#5](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/5): set real "Last-Modified" header based on file's LastWrite time ([@vortigont](https://github.com/vortigont))

0 commit comments

Comments
 (0)