source: rtos_arduino/trunk/examples/wifi_setting.h@ 233

Last change on this file since 233 was 233, checked in by ertl-honda, 8 years ago

Wifi設定を1箇所にまとめる

File size: 178 bytes
Line 
1#ifndef _WIFI_SETTING_H_
2
3#define STA_SSID ""
4#define STA_PASSWORD ""
5
6#define AP_SSID "M0_AP"
7#define AP_PASSWORD "none"
8
9#endif /* _WIFI_SETTING_H_ */
Note: See TracBrowser for help on using the repository browser.