Supplement examples with new boards
This commit is contained in:
@@ -29,10 +29,10 @@ How to build PlatformIO based project
|
||||
> platformio run --target upload
|
||||
|
||||
# Build specific environment
|
||||
> platformio run -e nodemcuv2
|
||||
> platformio run -e quantum
|
||||
|
||||
# Upload firmware for the specific environment
|
||||
> platformio run -e nodemcuv2 --target upload
|
||||
> platformio run -e quantum --target upload
|
||||
|
||||
# Clean build files
|
||||
> platformio run --target clean
|
||||
|
||||
@@ -7,7 +7,17 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; http://docs.platformio.org/en/stable/projectconf.html
|
||||
|
||||
[env:esp32dev]
|
||||
[env:nano32]
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
board = esp32dev
|
||||
board = nano32
|
||||
|
||||
[env:espea32]
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
board = espea32
|
||||
|
||||
[env:esp320]
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
board = esp320
|
||||
|
||||
@@ -45,4 +45,4 @@ void loop()
|
||||
|
||||
// Wait a bit before scanning again
|
||||
delay(5000);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user