parent
ad46c0592b
commit
f2eb8d55f2
|
@ -76,7 +76,7 @@ Select package libuhttpd in menuconfig and compile new image.
|
||||||
|
|
||||||
//#define EXAMPLE_SSL
|
//#define EXAMPLE_SSL
|
||||||
|
|
||||||
#define port "8000"
|
#define port 8000
|
||||||
|
|
||||||
static void hello_action(struct uh_client *cl)
|
static void hello_action(struct uh_client *cl)
|
||||||
{
|
{
|
||||||
|
|
|
@ -77,7 +77,7 @@ Select package libuhttpd in menuconfig and compile new image.
|
||||||
|
|
||||||
//#define EXAMPLE_SSL
|
//#define EXAMPLE_SSL
|
||||||
|
|
||||||
#define port "8000"
|
#define port 8000
|
||||||
|
|
||||||
static void hello_action(struct uh_client *cl)
|
static void hello_action(struct uh_client *cl)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue