Browse Source

switch to pio staging platform

main
Hendrik Langer 7 years ago
parent
commit
d90ca42f0b
  1. 6
      software/platformio.ini
  2. 2
      software/src/main.cpp

6
software/platformio.ini

@ -8,7 +8,7 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:lolin32]
platform = espressif32
board = lolin32
[env:esp32dev]
platform = espressif32_stage
board = esp32dev
framework = arduino

2
software/src/main.cpp

@ -10,6 +10,8 @@
void setup()
{
Serial.begin(112500);
// initialize LED digital pin as an output.
pinMode(LED_BUILTIN, OUTPUT);
}

Loading…
Cancel
Save