Skip to content

Commit b6f6cb3

Browse files
committed
platform update
1 parent 171ab58 commit b6f6cb3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ All notable changes to this project will be documented in this file.
3939
- Updated PsychicHttp to v1.2.1 incl. patches.
4040
- Updated DaisyUI
4141
- Updated Svelte 5 --> see [Svelte 5 Migration Guide](https://svelte.dev/docs/svelte/v5-migration-guide)
42-
- Changed platform to latest stable pioarduino (at time of writing: Arduino 3.1.3 and IDF 5.3.2.250210). The code remains fully backward compatible with platform espressif32 6.8.1
42+
- Changed platform to latest stable espressif32 6.8.1
4343

4444
### Fixed
4545

@@ -57,6 +57,13 @@ All notable changes to this project will be documented in this file.
5757

5858
SvelteKit was updated to v2 and Svelte to v5. Please check the migration guides for [SvelteKit 2](https://svelte.dev/docs/kit/migrating-to-sveltekit-2) and the [Svelte 5 Migration Guide](https://svelte.dev/docs/svelte/v5-migration-guide) for the changes required on your frontend code.
5959

60+
To migrate your frontend run
61+
62+
```
63+
npm install --force
64+
npx sv migrate svelte-5
65+
```
66+
6067
## [0.5.0] - 2024-05-06
6168

6269
Changes the Event Socket System to use a clearer message structure and MessagePack. Brings breaking changes to the `EventSocket.h` API.

platformio.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ default_envs = esp32-s3-devkitc-1
1818

1919
[env]
2020
framework = arduino
21-
; platform = espressif32 @ 6.8.1
22-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
21+
platform = espressif32 @ 6.10.0
2322
build_flags =
2423
${factory_settings.build_flags}
2524
${features.build_flags}

0 commit comments

Comments
 (0)