mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
8 lines
276 B
C++
8 lines
276 B
C++
#include "USER_SETTINGS.h"
|
|
#include <string>
|
|
#include "src/devboard/hal/hal.h"
|
|
|
|
// Set your Static IP address. Only used incase WIFICONFIG is set in USER_SETTINGS.h
|
|
IPAddress local_IP(192, 168, 10, 150);
|
|
IPAddress gateway(192, 168, 10, 1);
|
|
IPAddress subnet(255, 255, 255, 0);
|