mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Attempt to fix CI
This commit is contained in:
12
.github/workflows/compile.yaml
vendored
12
.github/workflows/compile.yaml
vendored
@@ -24,12 +24,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
#- uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
~/.cache/pip
|
# ~/.cache/pip
|
||||||
~/.platformio/.cache
|
# ~/.platformio/.cache
|
||||||
key: ${{ runner.os }}-pio-cyd-klipper
|
# key: ${{ runner.os }}-pio-cyd-klipper
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ lib_deps =
|
|||||||
https://github.com/suchmememanyskill/esp32-smartdisplay#9c1d737
|
https://github.com/suchmememanyskill/esp32-smartdisplay#9c1d737
|
||||||
bblanchon/ArduinoJson@^7.0.0
|
bblanchon/ArduinoJson@^7.0.0
|
||||||
plageoj/UrlEncode@^1.0.1
|
plageoj/UrlEncode@^1.0.1
|
||||||
erriez/ErriezCRC32 @ ^1.0.1
|
|
||||||
knolleary/PubSubClient@^2.8
|
knolleary/PubSubClient@^2.8
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
build_flags =
|
build_flags =
|
||||||
|
|||||||
@@ -113,8 +113,10 @@ void data_setup()
|
|||||||
{
|
{
|
||||||
case PrinterType::PrinterTypeKlipper:
|
case PrinterType::PrinterTypeKlipper:
|
||||||
available_printers[count++] = new KlipperPrinter(i);
|
available_printers[count++] = new KlipperPrinter(i);
|
||||||
|
break;
|
||||||
case PrinterType::PrinterTypeBambuLocal:
|
case PrinterType::PrinterTypeBambuLocal:
|
||||||
available_printers[count++] = new BambuPrinter(i);
|
available_printers[count++] = new BambuPrinter(i);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user