Skip to content

Commit a230961

Browse files
committed
final touch for release
1 parent c625b55 commit a230961

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.4.0] - Work in Progress
5+
## [0.4.0] - 2024-04-21
66

7-
This minor upgrade might require one minor change as `MqttPubSub.h` and its class had been renamed to `MqttEndpoint.h`. However, it is strongly advised, that you change all existing WebSocketServer endpoints to the new event socket system.
7+
This upgrade might require one minor change as `MqttPubSub.h` and its class had been renamed to `MqttEndpoint.h` and `MqttEndoint` respectively. However, it is strongly advised, that you change all existing WebSocketServer endpoints to the new event socket system.
88

9-
The new Event Socket system is likely to change with coming updates.
9+
> [!INFORMATION]
10+
> The new Event Socket system is likely to change with coming updates.
1011
1112
### Added
1213

@@ -42,7 +43,11 @@ The new Event Socket system is likely to change with coming updates.
4243
- Removes duplicate begin [#36](https://github.com/theelims/ESP32-sveltekit/pull/36)
4344
- Temporary disabled OTA progress update due to crash with PsychicHttp [#32](https://github.com/theelims/ESP32-sveltekit/issues/32) until a fix is found.
4445

45-
## [0.3.0] - 2023-02-05
46+
### Known Issues
47+
48+
- On ESP32-C3 the security features should be disabled in features.ini: `-D FT_SECURITY=0`. If enabled the ESP32-C3 becomes extremely sluggish with frequent connection drops.
49+
50+
## [0.3.0] - 2024-02-05
4651

4752
> [!CAUTION]
4853
> This update has breaking changes!

platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ board_build.mcu = esp32c3
7070
; Uncomment min_spiffs.csv setting if using EMBED_WWW with ESP32
7171
board_build.partitions = min_spiffs.csv
7272
; Use USB CDC for firmware upload and serial terminal
73-
board_upload.before_reset = usb_reset
74-
build_flags =
75-
${env.build_flags}
76-
-DARDUINO_USB_CDC_ON_BOOT=1
77-
-DARDUINO_USB_MODE=1
73+
; board_upload.before_reset = usb_reset
74+
; build_flags =
75+
; ${env.build_flags}
76+
; -DARDUINO_USB_CDC_ON_BOOT=1
77+
; -DARDUINO_USB_MODE=1
7878

7979
[env:esp32-s3-devkitc-1]
8080
board = esp32-s3-devkitc-1

0 commit comments

Comments
 (0)