From 5d3ad7d369b10b2d47d0ff59aa258fc6435c93b9 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 6 Jul 2020 20:43:55 +0200 Subject: [PATCH] ip address dev change --- interface/.env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/.env.development b/interface/.env.development index 965a95993..bacf9c796 100644 --- a/interface/.env.development +++ b/interface/.env.development @@ -1,4 +1,4 @@ # Change the IP address to that of your ESP device to enable local development of the UI. # Remember to also enable CORS in platformio.ini before uploading the code to the device. -REACT_APP_HTTP_ROOT=http://10.10.10.81 -REACT_APP_WEB_SOCKET_ROOT=ws://10.10.10.81 +REACT_APP_HTTP_ROOT=http://10.10.10.140 +REACT_APP_WEB_SOCKET_ROOT=ws://10.10.10.140