In esphttpd source :
make SDK_BASE=/opt/Espressif/esp-open-sdk/sdk
Explore... Chat... Share...
Moderator: Sprite_tm
#define USE_WIFI_MODE STATIONAP_MODE
#define WIFI_CLIENTSSID "MYAP"
#define WIFI_CLIENTPASSWORD "00000000"
#define WIFI_AP_NAME "ESP8266"
#define WIFI_AP_PASSWORD "00000000"
#define PLATFORM_DEBUG true
bwhouse wrote:Ok I think I narrowed it down a little more.
I should have mentioned I am using SDK 0.9.5 not sure if thats the cause. But I discovered that the c_types.h in the SDK has the typedef for uint32_t commented out and seems to be relying on including the default C stdint.h. However this doesnt work as a dummy stdint.h is included in the esp-httpd includes folder.
I noticed the SDK have a c_types.h.orig file which has the commenting removed. If I use this file I now get a little further. But get a new error.Code: Select allCC user/httpd.c
user/httpd.c: In function 'httpdFindConnData':
user/httpd.c:97:2: error: implicit declaration of function 'os_printf_plus' [-Werror=implicit-function-declaration]
os_printf("FindConnData: Huh? Couldn't find connection for %p\n", arg);
I am not sure if this is simply because the code base doesn't work against the 0.9.5 SDK or some environment problem on my end.
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]