mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-02 03:36:22 +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
|
||||
with:
|
||||
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
|
||||
|
||||
lib_deps =
|
||||
RF24
|
||||
nrf24/RF24@1.4.2
|
||||
PubSubClient
|
||||
Time
|
||||
ArduinoJson
|
||||
|
|
Loading…
Add table
Reference in a new issue