-
Notifications
You must be signed in to change notification settings - Fork 42
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
Compilation ESP32_Async_PlatformIO in arduino #59
Comments
I addressed this in #52 (comment). Please have a look. |
Through long-term research, I somehow miraculously managed to set Visual Studio to a state where it copies and uploads my project. I had to modify the platformio.ini file : ; PlatformIO Project Configuration File [platformio] [common] [base:esp8266] [base:esp32] [env:az-delivery-devkit-v4] Next, I commented out the function: //mbedtls_md5_starts(&_ctx); in the library: WebAuthentication.cpp. The system seems to work, I just don't have a way to test it because I don't have an unactivated ECL, the one I have is "borrowed" from some store. I don't know his ID. The only solution would probably be to download the FLASH content from the non-activated ECL and transfer it to the activated ECL. This would theoretically create identical copies suitable for activation. (consideration) =) |
By the way, does anyone have FLASH CC1110 content from a non-activated Chroma 74 BWR? |
Hi, I can't compile the RFV3.ino file from the "ESP32_Async_PlatformIO" folder via arduino. I also tried using Platfomio, but it throws up the message "UnknownPackageError: Could not find the package with 'me-no-dev/ESPAsyncWebServer' requirements for your system 'windows_amd64'", I use windows 10 x64
The text was updated successfully, but these errors were encountered: