rvt / headtracker

Head Tracker using MPU6050/MPU9250 and ESP8266
BSD 3-Clause "New" or "Revised" License
30 stars 9 forks source link

problem compiling #2

Open black3ye5 opened 3 years ago

black3ye5 commented 3 years ago

Hello! can you help me compile this? i have instaled and reinstaled vscode & platformio but without any improvements. Can you help me a bit with this?

rvt commented 3 years ago

I can help but unfortunately I am not a mindreader...

Can you let me know what is wrong, for example during compilation what errors you see etc..

black3ye5 commented 3 years ago

this is what i get. I'm not a programmer :), so if you can help me compile this, i will be greatful!

PS C:\Users\BIOS\Desktop\rc\headtracker-master> # Build char* array for web PS C:\Users\BIOS\Desktop\rc\headtracker-master> ./generateHtmlArray.sh PS C:\Users\BIOS\Desktop\rc\headtracker-master> platformio run --target upload -e wemos Processing wemos (platform: espressif8266; framework: arduino; board: esp01_1m) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp01_1m.html PLATFORM: Espressif 8266 (3.2.0) > Espressif Generic ESP8266 ESP-01 1M HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash PACKAGES:

rvt commented 3 years ago

Seems like the wifimanager was changed and was not backward compatible.

I can take a look at that this week and see what gives...

black3ye5 commented 3 years ago

thanks you very much! i s there any other version working with this?

rvt commented 3 years ago

I am pretty sure that the developer of WifiManager changed the interface and since we pull in latest version the build fails. Nothing to be done bu we need to follow his new specification..