We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
monitor_baud
What kind of issue is this?
Operating system: W10 x64
PlatformIO Version (platformio --version): 3.4.0
platformio --version
monitor_baud is not working, I also get a warning.
ESP8266 Arduino, also with staging version
try this platformio.ini
[platformio] env_default = main lib_dir = asd\lib src_dir = asd\src [env:main] platform = espressif8266 board = d1_mini framework = arduino monitor_baud = 115200 upload_speed = 921600 lib_deps = ArduinoJson, ESPAsyncTCP, ESPAsyncWebServer
Detected non-PlatformIO monitor_baud option in [env:main] section
[env:main]
The text was updated successfully, but these errors were encountered:
It should be fixed before. Could you re-test with http://docs.platformio.org/en/latest/installation.html#development-version ?
Sorry, something went wrong.
Version bump to 3.4.1 (issues #891, #982, #993, #1000, #1001, #1003 )
e959710
No branches or pull requests
What kind of issue is this?
Configuration
Operating system: W10 x64
PlatformIO Version (
platformio --version
):3.4.0
Description of problem
monitor_baud
is not working, I also get a warning.Steps to Reproduce
ESP8266 Arduino, also with staging version
try this platformio.ini
Actual Results
Detected non-PlatformIO
monitor_baud
option in[env:main]
sectionThe text was updated successfully, but these errors were encountered: