-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed compileerrors w/ ESP32 and ported to ESP8266 #11
base: master
Are you sure you want to change the base?
Conversation
Hi @henfri, I just tried your PR but cannot compile: In file included from src/main.cpp:10:0: |
Hello, Best regards, |
can anyone upload the changed files? Mine are not working... |
I do Not understand |
i want to use the fingerprint on a ESP8266 but i cant compile it with the written changes. Can anyone upload the files? |
doenst work on a ESP8266 |
well, with this precise error description, you will have to fix it yourself. |
A fatal error occurred: This chip is ESP8266 not ESP32. Wrong --chip argument? |
In Platformio you need to select the build& Upload in the esp8266 branch/folder |
i dont get a esp8266 folder. how can i add it? |
ah ok, i got it. Thank you |
just one question. After upload the files i can connect my smartphone to the esp8266. But i cant open the webdashboard. Website not reachable, net::ERR_HTTP_RESPNSE_CODE_FAILURE. Also on 102.168.4.1... |
You need to flash the Filesystem. |
i did that. But it doenst help. Same error. |
Hello, a complete log from boot to this error could help. Greetings, |
hello Hendrik, how can i extract a log from the esp8266? I can connect to the wifi but i cant open the website. |
Connect the ESP and select monitor (see my screenshot). |
if i connect the ersp8266 to my pc i cant find the wifi. Mh i give up for today.... |
Select Monitor and Post the output |
selbe problem. webserver öffnet nicht.
|
irgendwelche News? Habt ihr das Problem gelöst? |
Same problem over here. Building the images and uploading without a problem. Connecting to AP worked but I'm getting 404 Not found while trying to access the config page. Log: Besides, may someone provide me a wiring diagram for the esp8266 as it says the sensor could not be found and I'm not sure which pins to use. |
folgendes hab ich im Log, wenn ich builde:
Environment Status Duration esp8622 SUCCESS 00:00:16.856 |
Hello,
I have fixed the compile errors (update.h and others) that one can get due to version conflicts on a fresh machine.
Furthermore, I have ported to ESP8266 (compiles, but untested)
Best regards,
Hendrik