Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alf45tar authored Apr 24, 2020
1 parent e8ecf30 commit fe945b6
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,20 @@ framework = arduino
board = esp32dev
board_build.f_flash = 80000000L
board_build.partitions = min_spiffs.csv
lib_deps = https://github.com/lathoub/Arduino-AppleMIDI-Library#v1.6.1
Battery Sense
Blynk
Bounce2
AsyncTCP
ESP Async WebServer
ESP8266_SSD1306
MD_UISwitch
MD_REncoder
https://github.com/alf45tar/arduino_midi_library
OSC
RemoteDebug
ResponsiveAnalogRead
https://github.com/lathoub/Arduino-BLE-MIDI
; https://github.com/lathoub/Arduino-ipMIDI
lib_deps = https://github.com/lathoub/Arduino-AppleMIDI-Library#v1.6.1
https://github.com/rlogiacco/BatterySense#1.1.1
https://github.com/blynkkk/blynk-library#v0.6.1
https://github.com/thomasfredericks/Bounce2#v2.53
https://github.com/me-no-dev/AsyncTCP
https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/ThingPulse/esp8266-oled-ssd1306#4.1.0
https://github.com/MajicDesigns/MD_UISwitch#v2.1.0
https://github.com/MajicDesigns/MD_REncoder#v1.0.1
https://github.com/alf45tar/arduino_midi_library
https://github.com/CNMAT/OSC#3.5.7
https://github.com/JoaoLopesF/RemoteDebug#v3.0.5
https://github.com/dxinteractive/ResponsiveAnalogRead#v1.2.1
https://github.com/lathoub/Arduino-BLE-MIDI
monitor_speed = 115200

[env:esp32dev]
Expand Down

0 comments on commit fe945b6

Please sign in to comment.