Fixed project dependencies
This commit is contained in:
parent
8376bbfd18
commit
ef80d43e1d
@ -2,9 +2,6 @@
|
||||
#include "IRemote.h"
|
||||
#include "Vbat.h"
|
||||
|
||||
#include <OSCBundle.h>
|
||||
#include <OSCData.h>
|
||||
#include <OSCMessage.h>
|
||||
#include <WiFiUdp.h>
|
||||
|
||||
#include <list>
|
||||
|
@ -8,15 +8,22 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
lib_deps =
|
||||
OSC #master
|
||||
Adafruit PWM Servo Driver Library
|
||||
|
||||
[env:featheresp32]
|
||||
platform = espressif32
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
lib_deps = ${common.lib_deps}
|
||||
|
||||
[env:featheresp32 OTA]
|
||||
platform = espressif32
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
lib_deps = ${common.lib_deps}
|
||||
|
||||
; OTA
|
||||
; https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update
|
||||
|
@ -1,6 +1,10 @@
|
||||
#include "OSCRemote.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <OSCBundle.h>
|
||||
#include <OSCData.h>
|
||||
#include <OSCMessage.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
IRemote::Output* pOutput;
|
||||
|
Loading…
x
Reference in New Issue
Block a user