Skip to content

Commit 622bdd0

Browse files
committed
prepare PR
1 parent a2414e7 commit 622bdd0

File tree

4 files changed

+13099
-13071
lines changed

4 files changed

+13099
-13071
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All notable changes to this project will be documented in this file.
2323
- WiFiSettingsService can set the WiFi station mode to offline, without deleting the list of networks.
2424
- Expands menu on selected subitem [#77](https://github.com/theelims/ESP32-sveltekit/pull/77)
2525
- Refactor System Status and Metrics, added PSRAM [#79](https://github.com/theelims/ESP32-sveltekit/pull/79)
26-
- Add /rest/coreDump endpoint [#87](https://github.com/theelims/ESP32-sveltekit/pull/87)
26+
- Add /rest/coreDump endpoint [#87](https://github.com/theelims/ESP32-sveltekit/pull/87) & [#94](https://github.com/theelims/ESP32-sveltekit/pull/94)
2727
- Rate limiting for MQTT publish messages. Can be configured as factory setting or at runtime. `0` will disable the rate limiting.
2828
- Added [discord](https://discord.gg/MTn9mVUG5n) invite to readme.md and docs.
2929
- Added build flag `-D TELEPLOT_TASKS` to plot task heap high water mark with teleplot. You can include this in your tasks as well:
@@ -62,7 +62,8 @@ All notable changes to this project will be documented in this file.
6262
- Fixed bug in WiFiSettingsService preventing discovery of networks other than the first
6363
- Fixed mixup pull up and pull down when configuring wake up pin in SleepService.cpp
6464
- Wifi: Multiple edits bug resolved [#79](https://github.com/theelims/ESP32-sveltekit/pull/79)
65-
- Fixed broken link to Adafruit SSL Cert Store [#93](https://github.com/theelims/ESP32-sveltekit/pull/93)
65+
- Fixed broken link to Adafruit SSL Cert Store [#93](https://github.com/theelims/ESP32-sveltekit/issues/93)
66+
- Fixed JSON creation in WiFiSettingsService.h [#91](https://github.com/theelims/ESP32-sveltekit/pull/91)
6667

6768
### Removed
6869

interface/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ const config: UserConfig = {
1818
proxy: {
1919
// Proxying REST: http://localhost:5173/rest/bar -> http://192.168.1.83/rest/bar
2020
'/rest': {
21-
target: 'http://192.168.1.111',
21+
target: 'http://192.168.1.110',
2222
changeOrigin: true
2323
},
2424
// Proxying websockets ws://localhost:5173/ws -> ws://192.168.1.83/ws
2525
'/ws': {
26-
target: 'ws://192.168.1.111',
26+
target: 'ws://192.168.1.110',
2727
changeOrigin: true,
2828
ws: true
2929
}

0 commit comments

Comments
 (0)