Skip to content

Commit

Permalink
fix library names for eps32 / eps8266
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Aug 19, 2018
1 parent cabffd7 commit 95822b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArduinoOSC.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
#elif defined (TEENSYDUINO) || defined (ESP_PLATFORM) || defined (ESP8266)
#ifdef ESP_PLATFORM
#include "WiFi.h"
#include "WiFiUDP.h"
#include "WiFiUdp.h"
#elif defined (ESP8266)
#include "ESP8266WiFi.h"
#include "WiFiUDP.h"
#include "WiFiUdp.h"
#endif
#include "ArduinoOSC/OSCcommon.h"
#include "ArduinoOSC/OSCMessage.h"
Expand Down

0 comments on commit 95822b6

Please sign in to comment.