Skip to content

Commit

Permalink
Merging with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelaster committed Oct 28, 2020
2 parents 6e45b95 + 8aaf173 commit d54b64b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/network/dns_server/src/web_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/* Brief: This demo shows how to use BL602 as a webserver
*
* - use a sta connect to this ap
* - open the browser and input the ip_address of this BL602(the default ip_adress is: 192.168.4.1 )
* - and you can see "Hello World, from BL602!" on this web page
* - open the browser and input the ip_address of this BL602 (the default ip_adress is: 192.168.4.1 )
* - and you can see "Hello World, from BL602" on this web page
*
*/
#include "FreeRTOS.h"
Expand Down Expand Up @@ -36,7 +36,7 @@ const static char http_index_hml[] = "<!DOCTYPE html>"
" html, body, iframe { margin: 0; padding: 0; height: 100%; }\n"
" iframe { display: block; width: 100%; border: none; }\n"
" </style>\n"
"<title>HELLO BL602</title>\n"
"<title>HELLO RISC-V</title>\n"
"</head>\n"
"<body>\n"
"<h1>Hello World, from BL602!</h1>\n"
Expand Down

0 comments on commit d54b64b

Please sign in to comment.