-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Real board name available in Sketch/MDNS/OTA #2054
Conversation
On the second change, what is the use case for having |
@igrr As the boards are declared different on For the 2nd point, my goal was to:
I don't think this change will have any side effect. |
Let's at least keep the naming convention for build.board variable then — |
Makes sense thanks, |
* Changed WifInfo settings and WeMos board name * Added board name to have in sketch and MDNS/OTA * board naming convention #2054 * Added Serial.baudRate() to get current baud rate * Added more description - Added note about Software Serial Implementation - Indicate this will works on ESP8266 boards only
i use WEMOS D1 Mini and i compile it on Visual studio 2013 with Visual micro plugin. |
Yes it looks like introducing escaping double quotes into platform.txt for "{build.board}" works for the eclipse arduino plugin too but as you say it breaks compile for the arduino IDE. So escaping quotes in platform.txt doesn't look like a viable solution. I've been working with jantje in Sloeber/arduino-eclipse-plugin#493 to try and come up with a fix in the eclipse arduino plugin for this problem and at the moment it is proving to be quite a difficult problem to solve for all operating systems. It's even more problematic if the -D defined string literal symbol contains one or more spaces. |
This avoid board name to be "generic" in case of known board