mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
Remove references for ESP32
This commit is contained in:
parent
61d60a3dc0
commit
3572e01f74
@ -360,7 +360,7 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* CONFIG_BT_CONTROLLER_NAME:Bluetooth controller name. default support ESP32.
|
||||
* CONFIG_BT_CONTROLLER_NAME:Bluetooth controller name.
|
||||
*/
|
||||
#ifndef CONFIG_BT_CONTROLLER_NAME
|
||||
#if defined(BL602)
|
||||
|
@ -1,9 +1,9 @@
|
||||
|
||||
/* Brief: This demo shows how to use esp32 as a webserver
|
||||
/* 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 esp32(the default ip_adress is: 192.168.4.1 )
|
||||
* - and you can see "hello,this is esp32" 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"
|
||||
@ -36,10 +36,10 @@ 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 ESP32</title>\n"
|
||||
"<title>HELLO BL602</title>\n"
|
||||
"</head>\n"
|
||||
"<body>\n"
|
||||
"<h1>Hello World, from ESP32!</h1>\n"
|
||||
"<h1>Hello World, from BL602!</h1>\n"
|
||||
"</body>\n"
|
||||
"</html>\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user