fixing CI build. really now.

-check IDF target after including arduino.h
-add missing build flags in [env:esp32s2_saola]
This commit is contained in:
Frank
2022-12-10 19:00:48 +01:00
parent e808f7655c
commit cafa78c3f3
3 changed files with 25 additions and 4 deletions

15
wled00/wled00.ino.cpp Normal file
View File

@@ -0,0 +1,15 @@
# 1 "C:\\Users\\Frank\\AppData\\Local\\Temp\\tmpr9svp7zf"
#include <Arduino.h>
# 1 "D:/ARDUINO_Work/WORK/#ESP32/WLED_soundreactive-GitHub_DEV/WLED-AC_main/WLED_main/wled00/wled00.ino"
# 13 "D:/ARDUINO_Work/WORK/#ESP32/WLED_soundreactive-GitHub_DEV/WLED-AC_main/WLED_main/wled00/wled00.ino"
#include "wled.h"
void setup();
void loop();
#line 15 "D:/ARDUINO_Work/WORK/#ESP32/WLED_soundreactive-GitHub_DEV/WLED-AC_main/WLED_main/wled00/wled00.ino"
void setup() {
WLED::instance().setup();
}
void loop() {
WLED::instance().loop();
}