mirror of
https://github.com/daniviga/bite.git
synced 2025-04-20 22:41:18 +02:00
Change default port in EEPROM
This commit is contained in:
parent
0bb4e377b1
commit
44c8d2bb22
@ -15,7 +15,7 @@ struct netConfig {
|
|||||||
|
|
||||||
netConfig config = {
|
netConfig config = {
|
||||||
{192, 168, 10, 123},
|
{192, 168, 10, 123},
|
||||||
8000
|
80
|
||||||
};
|
};
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user