Skip to content
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

Detected non-PlatformIO monitor_baud option #1001

Closed
universam1 opened this issue Jul 28, 2017 · 1 comment
Closed

Detected non-PlatformIO monitor_baud option #1001

universam1 opened this issue Jul 28, 2017 · 1 comment
Milestone

Comments

@universam1
Copy link

What kind of issue is this?

  • [x ] PlatformIO Core. If you’ve found a bug, please provide an information below.

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

[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

Actual Results

Detected non-PlatformIO monitor_baud option in [env:main] section

@ivankravets ivankravets added this to the 3.5.0 milestone Jul 31, 2017
@ivankravets
Copy link
Member

It should be fixed before. Could you re-test with http://docs.platformio.org/en/latest/installation.html#development-version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants