diff --git a/platformio.ini b/platformio.ini index bdc0e937..16ec7f3a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -34,7 +34,7 @@ lib_deps = https://github.com/yubox-node-org/ESPAsyncWebServer bblanchon/ArduinoJson @ ^6.21.2 https://github.com/bertmelis/espMqttClient.git#v1.4.3 - nrf24/RF24 @ ^1.4.7 + nrf24/RF24 @ ^1.4.5 olikraus/U8g2 @ ^2.34.22 buelowp/sunset @ ^1.1.7 diff --git a/webapp/vite.config.ts b/webapp/vite.config.ts index e6f43197..004c0eaa 100644 --- a/webapp/vite.config.ts +++ b/webapp/vite.config.ts @@ -52,15 +52,15 @@ export default defineConfig({ server: { proxy: { '^/api': { - target: 'http://192.168.20.110/' + target: 'http://192.168.2.93/' }, '^/livedata': { - target: 'ws://192.168.20.110/', + target: 'ws://192.168.2.93/', ws: true, changeOrigin: true }, '^/console': { - target: 'ws://192.168.20.110/', + target: 'ws://192.168.2.93/', ws: true, changeOrigin: true }