#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",
"private": true,
"scripts": {

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

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

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

Loading…
Cancel
Save