pio.ini comment error authored by Ben Jeff Cloos's avatar Ben Jeff Cloos
...@@ -48,7 +48,7 @@ The `platform.ini` file contains the project and microcontroller configuration. ...@@ -48,7 +48,7 @@ The `platform.ini` file contains the project and microcontroller configuration.
platform = espressif32 platform = espressif32
board = esp32dev board = esp32dev
framework = arduino framework = arduino
monitor_speed = 115200 //for the Serial Monitor monitor_speed = 115200 ;for the Serial Monitor
``` ```
In the `main.cpp` file, you will find example code that you will recognize from the [Introduction to Arduino](https://i40.fh-aachen.de/intranet/materials/additional/arduino/index.html). In the `main.cpp` file, you will find example code that you will recognize from the [Introduction to Arduino](https://i40.fh-aachen.de/intranet/materials/additional/arduino/index.html).
... ...
......