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 ; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html ; http://docs.platformio.org/page/projectconf.html
[env:lolin32] [env:esp32dev]
platform = espressif32 platform = espressif32_stage
board = lolin32 board = esp32dev
framework = arduino framework = arduino

2
software/src/main.cpp

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

Loading…
Cancel
Save