-
Notifications
You must be signed in to change notification settings - Fork 636
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
SonOff pow R2 - Unable to compile 1.13.4 #1579
Comments
It compiles fine for me, both on PlatformIO and Arduino IDE 1.8.6 under Linux.
|
removing the line break is fixing the issue in Windows Arduino IDE. |
@AlbertWeterings do you have git with autocrlf=true? may be related to #1205
.gitattributes to the rescue, |
I don't use git, i just download the repository as zip and open it Arduino IDE on Windows. |
That's strange. I can build it using Arduino IDE 1.8.8, from Windows Store. |
I'm at Arduino IDE 1.8.5, for Windows there might be the difference |
When compiling for SonOff POW R2 I get this error:
`sensor:106: error: 'T' has not been declared
void _sensorWebSocketMagnitudes(JsonObject& root, T prefix) {
exit status 1
'T' has not been declared`
The text was updated successfully, but these errors were encountered: