mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-03 12:15:54 +02:00
* workflow update
This commit is contained in:
parent
56958971f8
commit
0c32e3a3bf
2 changed files with 2 additions and 2 deletions
2
.github/workflows/compile_esp8266.yml
vendored
2
.github/workflows/compile_esp8266.yml
vendored
|
@ -37,4 +37,4 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: ./build_output
|
path: .pio/build/d1_mini
|
||||||
|
|
|
@ -10,7 +10,7 @@ board_build.f_cpu = 80000000L
|
||||||
;build_flags = -DDEBUG_ESP_PORT=Serial
|
;build_flags = -DDEBUG_ESP_PORT=Serial
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
RF24
|
nrf24/RF24@1.4.2
|
||||||
PubSubClient
|
PubSubClient
|
||||||
Time
|
Time
|
||||||
ArduinoJson
|
ArduinoJson
|
||||||
|
|
Loading…
Add table
Reference in a new issue