Unified filenames

This commit is contained in:
Volodymyr Shymanskyy
2017-02-04 13:00:27 +02:00
parent 310012af17
commit 56c3f3f656
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
#elif defined(TINY_GSM_MODEM_M590)
#include <TinyGsmClientM590.h>
#elif defined(TINY_GSM_MODEM_ESP8266)
#include <TinyWiFiClientESP8266.h>
#include <TinyGsmClientESP8266.h>
#else
#error "Please define GSM modem model"
#endif