woodpecker: drop esp32 bluetooth for now
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torrie Fischer 2023-03-03 19:48:01 +01:00
parent e837232872
commit 3619601efa

View File

@ -4,8 +4,8 @@ pipeline:
image: python
commands:
- pip install -U platformio
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display --target buildfs
- pio run -e esp32 -e esp32_wifi -e esp32_wifi_display
- pio run -e esp32 -e esp32_wifi -e esp32_wifi_display --target buildfs
build_esp8266:
group: build
image: python