This repository has been archived on 2025-12-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Marlin_FB4S/Marlin/src/module/mks_wifi/mks_wifi_settings.h
2020-09-29 11:10:21 +03:00

10 lines
178 B
C

#ifndef MKS_WIFI_SETTINGS_H
#define MKS_WIFI_SETTINGS_H
//#define MKS_WIFI_ENABLED_WIFI_CONFIG
#define MKS_WIFI_SSID "network"
#define MKS_WIFI_KEY "password"
#endif