Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Ermakov <[email protected]>
  • Loading branch information
vooon committed Jan 28, 2023
1 parent 1702b34 commit 01bcfe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ lib_deps =
SPIFFS
;freertos
HTTPUpdate
;NTPClient
arduino-libraries/NTPClient
;ArduinoJson
https://github.com/bblanchon/ArduinoJson.git#6.x
;AsyncTCP
me-no-dev/AsyncTCP
;https://github.com/me-no-dev/AsyncTCP.git#idf-update
AsyncMqttClient-esphome
ESPAsyncWebServer-esphome
esphome/ESPAsyncWebServer-esphome
;ESP32 BLE Arduino ;-> In framework BLE
;BLE ;-> older
;U8g2 ; choose one gfx lib
Expand Down
2 changes: 1 addition & 1 deletion src/ble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class MyAdvertisedDeviceCallbacls :
}

ElehantWaterMeterAdvertismentB0 water_data;
if (elehant_data.parse(dev)) {
if (water_data.parse(dev)) {
send_elehant_counter(now, ts, dev, water_data);
}
else {
Expand Down

0 comments on commit 01bcfe9

Please sign in to comment.