mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2025-07-31 20:21:04 +00:00
motify compile link error
motify compile link error
This commit is contained in:
parent
923914edae
commit
03e74a8e50
5418 changed files with 1367914 additions and 206149 deletions
|
|
@ -0,0 +1,29 @@
|
|||
//
|
||||
// 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue