-
Notifications
You must be signed in to change notification settings - Fork 149
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
Compile fails, reference to 'byte' is ambiguous #82
Comments
What are you using to build (version number of Arduino / PlatformIO), have you successfully built other code for the same board on that setup? If not, try that first, it looks like the build tool isn't set up correctly for the board you are targeting. |
Hi, same problem here, i am using arduino, the actual version for wemos is 3.0.1, which version should we use? the helltec esp8266 libraries in the wikies are not to be found :( |
okay, i got PlatformIO installed. But it has the same problem. As far as I understood it, it should work out of the box in PlatformIO by pulling its dependencies, but then - this happened: |
It seems to be a bug in the Espressif framework since version 3.0.0 As a workaround you can use an older version of the framework.
to
|
(updated) esp8266/Arduino v3+ now uses gcc10's c++17 which defines the
|
Error: Could not find the package with 'espressif8266 @ 2.7.4' requirements for your system 'windows_amd64' |
(updated) My bad. |
hey thank you for your help, i got it working with [email protected] |
That's a question to ask to platformIO |
Hi, downloaded zip as per instruction, copied files & libraries as directed.
Followed steps in "Getting Started" section, only edited wifi credentials.
Click compile and get lots of errors. First error is
These continue and with variations.
I am using a generic ESP8266 with RFM95, but haven't even got to program it yet.
The text was updated successfully, but these errors were encountered: