Changed default ip to 192.168.4.1
This commit is contained in:
parent
9e5906e5aa
commit
080471d801
@ -4,7 +4,7 @@
|
||||
#include <WiFi.h>
|
||||
|
||||
WiFiSettingsClass::WiFiSettingsClass()
|
||||
: apIp(172, 217, 28, 1)
|
||||
: apIp(192, 168, 4, 1)
|
||||
, apNetmask(255, 255, 255, 0)
|
||||
{
|
||||
dnsServer.reset(new DNSServer());
|
||||
|
||||
@ -12,7 +12,7 @@ module.exports = defineConfig({
|
||||
}
|
||||
},
|
||||
pluginOptions: {
|
||||
compression:{
|
||||
compression: {
|
||||
gzip: {
|
||||
filename: '[file].gz[query]',
|
||||
algorithm: 'gzip',
|
||||
@ -23,6 +23,6 @@ module.exports = defineConfig({
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
proxy: 'http://172.217.28.1/'
|
||||
proxy: 'http://192.168.4.1/'
|
||||
}
|
||||
})
|
||||
Loading…
Reference in New Issue
Block a user