mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-24 18:14:15 +00:00
03e74a8e50
motify compile link error
29 lines
1.2 KiB
C
29 lines
1.2 KiB
C
//
|
|
// String.h
|
|
// SimpleConfig
|
|
//
|
|
// Created by Realsil on 14/11/10.
|
|
// Copyright (c) 2014年 Realtek. All rights reserved.
|
|
//
|
|
|
|
#ifndef SimpleConfig_String_h
|
|
#define SimpleConfig_String_h
|
|
|
|
#define SC_UI_START_BUTTON @"Start"
|
|
#define SC_UI_STOP_BUTTON @"Press to stop"
|
|
|
|
#define SC_UI_ALERT_CONFIGURE_DONE @"Configure Done"
|
|
#define SC_UI_ALERT_OK @"OK"
|
|
#define SC_UI_ALERT_CANCEL @"Stop"
|
|
|
|
#define SC_UI_ALERT_TITLE_ERROR @"ERROR"
|
|
#define SC_UI_ALERT_TITLE_INFO @"INFO"
|
|
#define SC_UI_ALERT_TITLE_WARNING @"WARNING"
|
|
#define SC_UI_ALERT_INPUT_PIN @"Please input PIN code first!"
|
|
#define SC_UI_ALERT_CONTROL_DONE @"Operation succeed."
|
|
#define SC_UI_ALERT_CONTROL_FAILED @"Operation failed!"
|
|
#define SC_UI_ALERT_WITHOUT_IP @"Please wait until your device have connected to AP!"
|
|
#define SC_UI_ALERT_WITHOUT_DURATION @"You have turn on multicast mode, please input multicast mode duration(from 0 to 65535, unit: second)."
|
|
#define SC_UI_ALERT_TEST_TURN_ON_SWITCH @"You haven't turn on multicast mode, so this value won't take effect!\n Please push on the switch if you are sure to enable multicast mode:)"
|
|
|
|
#endif
|