mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 02:20:02 +01:00
Lock dependency
This commit is contained in:
parent
0a08c5f9ea
commit
99e622eeef
@ -41,7 +41,7 @@ lib_deps =
|
|||||||
https://github.com/dsbaars/universal_pin
|
https://github.com/dsbaars/universal_pin
|
||||||
https://github.com/dsbaars/GxEPD2#universal_pin
|
https://github.com/dsbaars/GxEPD2#universal_pin
|
||||||
https://github.com/tzapu/WiFiManager.git#v2.0.17
|
https://github.com/tzapu/WiFiManager.git#v2.0.17
|
||||||
rblb/Nostrduino@^1.2.8
|
rblb/Nostrduino@1.2.8
|
||||||
|
|
||||||
[env:lolin_s3_mini]
|
[env:lolin_s3_mini]
|
||||||
extends = btclock_base
|
extends = btclock_base
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
#include "shared.hpp"
|
#include "shared.hpp"
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
#include <esp32/ESP32Platform.h>
|
#include "esp32/ESP32Platform.h"
|
||||||
#include <NostrEvent.h>
|
#include "NostrEvent.h"
|
||||||
#include <NostrPool.h>
|
#include "NostrPool.h"
|
||||||
#include <Transport.h>
|
|
||||||
#include <Utils.h>
|
|
||||||
#include "price_notify.hpp"
|
#include "price_notify.hpp"
|
||||||
#include "block_notify.hpp"
|
#include "block_notify.hpp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user