mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 18:25:30 +00:00
shorter names
This commit is contained in:
@ -1381,6 +1381,7 @@ int http_fn_cfg(http_request_t *request) {
|
||||
poststr(request,"<form action=\"uart_tool\"><input type=\"submit\" value=\"UART Tool\"/></form>");
|
||||
poststr(request,"<form action=\"startup_command\"><input type=\"submit\" value=\"Change startup command text\"/></form>");
|
||||
|
||||
#if 0
|
||||
#if PLATFORM_BK7231T | PLATFORM_BK7231N
|
||||
{
|
||||
int i,j,k;
|
||||
@ -1391,6 +1392,7 @@ int http_fn_cfg(http_request_t *request) {
|
||||
k = config_get_tableOffsets(BK_PARTITION_OTA,&i,&j);
|
||||
hprintf128(request,"BK_PARTITION_OTA: bOk %i, at %i, len %i<br>",k,i,j);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
poststr(request,"<a href=\"/app\" target=\"_blank\">Launch Web Application</a><br/>");
|
||||
|
||||
@ -233,21 +233,21 @@ const char *htmlPinRoleNames[] = {
|
||||
"LED",
|
||||
"LED_n",
|
||||
"PWM",
|
||||
"Wifi LED",
|
||||
"Wifi LED_n",
|
||||
"WifiLED",
|
||||
"WifiLED_n",
|
||||
"Btn_Tgl_All",
|
||||
"Btn_Tgl_All_n",
|
||||
"DigitalInput",
|
||||
"DigitalInput_n",
|
||||
"ToggleChannelOnToggle",
|
||||
"DigitalInput_NoPullUp",
|
||||
"DigitalInput_NoPullUp_n",
|
||||
"BL0937 SEL",
|
||||
"BL0937 CF",
|
||||
"BL0937 CF1",
|
||||
"dInput",
|
||||
"dInput_n",
|
||||
"TglChanOnTgl",
|
||||
"dInput_NoPullUp",
|
||||
"dInput_NoPullUp_n",
|
||||
"BL0937SEL",
|
||||
"BL0937CF",
|
||||
"BL0937CF1",
|
||||
"ADC",
|
||||
"SM2135 DAT",
|
||||
"SM2135 CLK",
|
||||
"SM2135DAT",
|
||||
"SM2135CLK",
|
||||
"error",
|
||||
"error",
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user