Browse Source

* workflow update

pull/97/head
lumapu 3 years ago
parent
commit
0c32e3a3bf
  1. 2
      .github/workflows/compile_esp8266.yml
  2. 2
      tools/esp8266/platformio.ini

2
.github/workflows/compile_esp8266.yml

@ -37,4 +37,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: firmware
path: ./build_output
path: .pio/build/d1_mini

2
tools/esp8266/platformio.ini

@ -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…
Cancel
Save