1
0
mirror of https://github.com/daniviga/bite.git synced 2025-04-20 14:31:20 +02:00

Change default port in EEPROM

This commit is contained in:
Daniele Viganò 2020-06-20 18:43:37 +02:00
parent 0bb4e377b1
commit 44c8d2bb22
Signed by: dani
GPG Key ID: DB49AFC03C40EE02

View File

@ -15,7 +15,7 @@ struct netConfig {
netConfig config = { netConfig config = {
{192, 168, 10, 123}, {192, 168, 10, 123},
8000 80
}; };
void setup() { void setup() {