You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error compiling. The error is described here. esp8266/Arduino#612
What setup are you using to avoid this.
I am also getting a waring which i get rid of by adding this near the top.
// gets rid of annoying "deprecated conversion from string constant blah blah" warning
pragma GCC diagnostic ignored "-Wwrite-strings"
The text was updated successfully, but these errors were encountered:
I am using esp8266/Arduino from git. I am using this specific version: git reset --hard 1154545fa8db7f1ce183865b776cadffc4e8d03f. Not sure whether this makes a difference.
I am getting an error compiling. The error is described here.
esp8266/Arduino#612
What setup are you using to avoid this.
I am also getting a waring which i get rid of by adding this near the top.
// gets rid of annoying "deprecated conversion from string constant blah blah" warning
pragma GCC diagnostic ignored "-Wwrite-strings"
The text was updated successfully, but these errors were encountered: