Skip to content

Commit

Permalink
Update Arduino core and BLE/WiFiManager libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Nov 3, 2022
1 parent b2a757f commit af16ae5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions main/ZgatewayBT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Thanks to wolass https://github.com/wolass for suggesting me HM 10 and dinosd ht

#ifdef ZgatewayBT

# include "FreeRTOS.h"
SemaphoreHandle_t semaphoreCreateOrUpdateDevice;
SemaphoreHandle_t semaphoreBLEOperation;
QueueHandle_t BLEQueue;
Expand All @@ -46,7 +45,7 @@ QueueHandle_t BLEQueue;
# include <esp_bt.h>
# include <esp_bt_main.h>
# include <esp_wifi.h>
# include <stdatomic.h>
# include <atomic>

# include <vector>

Expand Down
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ arduinolog = https://github.com/1technophile/Arduino-Log.git#d13cd80
pubsubclient = [email protected]
rc-switch = https://github.com/1technophile/rc-switch.git#98537e9
newremoteswitch = https://github.com/1technophile/NewRemoteSwitch.git#8eb980e
ble = https://github.com/h2zero/NimBLE-Arduino.git#1.3.8
ble = https://github.com/h2zero/NimBLE-Arduino.git#1.4.1
irremoteesp = [email protected]
irremote = https://github.com/z3t0/Arduino-IRremote.git#1c08a37
lora = https://github.com/sandeepmistry/arduino-LoRa.git#f4a1d27
Expand All @@ -118,7 +118,7 @@ htu21 = SparkFun HTU21D Humidity and Temperature Sensor [email protected]
ahtx0 = Adafruit AHTX0
ina226 = https://github.com/jarzebski/Arduino-INA226.git#968a684
a6lib = https://github.com/h2zero/A6lib
wifimanager32 = https://github.com/tzapu/WiFiManager.git#c3ff582
wifimanager32 = https://github.com/tzapu/WiFiManager.git#9f5981e ;TODO: TESTING
wifimanager8266 = https://github.com/tzapu/WiFiManager.git#2.0.5-beta
ethernet = Ethernet
esp8266_mdns = esp8266_mdns
Expand Down Expand Up @@ -154,7 +154,7 @@ monitor_speed = 115200

[com]
esp8266_platform = [email protected]
esp32_platform = espressif32@3.3.1
esp32_platform = espressif32@5.2.0
atmelavr_platform = [email protected]

[com-esp]
Expand Down Expand Up @@ -919,7 +919,7 @@ lib_deps =
${com-esp.lib_deps}
${libraries.wifimanager32}
${libraries.lora}
${libraries.ssd1306}
${libraries.ssd1306}
build_flags =
${com-esp.build_flags}
; *** OpenMQTTGateway Modules ***
Expand All @@ -940,7 +940,7 @@ lib_deps =
${com-esp.lib_deps}
${libraries.wifimanager32}
${libraries.lora}
${libraries.ssd1306}
${libraries.ssd1306}
build_flags =
${com-esp.build_flags}
; *** OpenMQTTGateway Modules ***
Expand Down

0 comments on commit af16ae5

Please sign in to comment.