shorter names

This commit is contained in:
openshwprojects
2022-07-25 16:55:21 +02:00
parent 3dc86ac6d4
commit b401f9fa03
2 changed files with 14 additions and 12 deletions

View File

@ -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/>");

View File

@ -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",