#54 hostname changed to paperdash-epd

pull/1/head
Thomas Ballmann 3 years ago
parent c756c92a13
commit 414683d505

@ -1,5 +1,5 @@
{ {
"name": "paperdash-display", "name": "paperdash-epd",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

@ -178,7 +178,7 @@
setTimeout(() => { setTimeout(() => {
// phone should be back in regular wifi // phone should be back in regular wifi
// search for device via mDNS // search for device via mDNS
window.location = 'http://paperdash-display.local/#/setup/name' window.location = 'http://paperdash-epd.local'
}, 5000) }, 5000)
}) })
}, },

@ -31,7 +31,7 @@ module.exports = {
devServer: { devServer: {
proxy: { proxy: {
'^/': { '^/': {
target: 'http://paperdash-display:80', target: 'http://paperdash-epd.local:80',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
}, },

@ -1,7 +1,7 @@
#include "wlan.h" #include "wlan.h"
#include "settings.h" #include "settings.h"
const char *deviceName = "paperdash-display"; const char *deviceName = "paperdash-epd";
RTC_DATA_ATTR int wifiFailedCount = 0; RTC_DATA_ATTR int wifiFailedCount = 0;
void initClientMode(const char *ssid, const char *password); void initClientMode(const char *ssid, const char *password);

Loading…
Cancel
Save