Libdeps updated to avoid conflict with time.h

This commit is contained in:
Daniel Ekman 2021-12-18 13:55:57 +01:00
parent 6954ff5432
commit d8cf961258
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
extra_configs = platformio-user.ini
[common]
lib_deps = file://lib/Timezone, 256dpi/MQTT@2.5.0, OneWireNg@0.10.0, DallasTemperature@3.9.1, EspSoftwareSerial@6.14.1, https://github.com/gskjold/RemoteDebug.git, Time@1.6.0
lib_deps = https://github.com/JChristensen/Timezone.git@1.2.4, 256dpi/MQTT@2.5.0, OneWireNg@0.10.0, DallasTemperature@3.9.1, EspSoftwareSerial@6.14.1, https://github.com/gskjold/RemoteDebug.git, https://github.com/PaulStoffregen/Time.git@1.6.1
lib_ignore = OneWire
[env:esp8266]

View File

@ -1,4 +1,4 @@
#include "hexutils.h";
#include "hexutils.h"
String toHex(uint8_t* in) {
return toHex(in, sizeof(in)*2);