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

monitor_baud option not recognized in platformio.ini #982

Closed
GilDev opened this issue Jun 12, 2017 · 4 comments
Closed

monitor_baud option not recognized in platformio.ini #982

GilDev opened this issue Jun 12, 2017 · 4 comments
Labels
Milestone

Comments

@GilDev
Copy link

GilDev commented Jun 12, 2017

Configuration

Operating system: macOS Sierra 10.12.4

PlatformIO Version: 3.3.1

Here's a snippet of my platformio.ini:

[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
monitor_baud = 115200

The only thing I changed is this monitor_baud = 115200 thing. Now, when I pio run, I always get this at the top of the command report: Detected non-PlatformIO monitor_baudoption in[env:] section

What is happening?

@ivankravets
Copy link
Member

This feature has not been released it. You need http://docs.platformio.org/en/latest/installation.html#development-version

@jcollie
Copy link

jcollie commented Jun 28, 2017

This is still happening on version 3.4.0:

[jeff@home02 musicbox]$ pio --version
PlatformIO, version 3.4.0
[jeff@home02 musicbox]$ platformio run -t monitor
[Wed Jun 28 18:12:38 2017] Processing huzzah (monitor_baud: 115200; platform: espressif8266; board: huzzah; framework: arduino)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Detected non-PlatformIO `monitor_baud` option in `[env:huzzah]` section
Verbose mode can be enabled via `-v, --verbose` option
Collected 26 compatible libraries
Looking for dependencies...
Library Dependency Graph
|-- <SD(esp8266)> v1.0.5
|   |-- <SPI> v1.0
|-- <ESP8266WiFi> v1.0
|-- <PubSubClient> v2.6
|-- <SPI> v1.0
|-- <IRremoteESP8266> v2.0.3
|-- <Adafruit VS1053 Library> v1.0.3
|   |-- <SD(esp8266)> v1.0.5
|   |   |-- <SPI> v1.0
|   |-- <SPI> v1.0
Linking .pioenvs/huzzah/firmware.elf
Calculating size .pioenvs/huzzah/firmware.elf
text	   data	    bss	    dec	    hex	filename
297934	   9260	  31256	 338450	  52a12	.pioenvs/huzzah/firmware.elf
Building .pioenvs/huzzah/firmware.bin
========================================================================== [SUCCESS] Took 2.41 seconds ==========================================================================
--- Miniterm on /dev/ttyUSB0  115200,8,N,1 ---
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---

@Teiby1
Copy link

Teiby1 commented Apr 2, 2018

What does homebrew mean? Not official or macOS only? Because it's still not working with version 3.5.2.
Can set port and many more options but no baud rate. That's sad.

@ivankravets
Copy link
Member

Because it's still not working with version 3.5.2.

How did you test that?

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

No branches or pull requests

4 participants