#ifndef _HARDWARE_H #define _HARDWARE_H #define WIFI_SSID "ssid" #define WIFI_PASSWORD "password" #define LED_BUILTIN 13 static constexpr int SERVO_PINS[] = {5, 18, 24, 25}; #endif /* _HARDWARE_H */