We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a122bd commit cf1bd42Copy full SHA for cf1bd42
README.md
@@ -66,7 +66,7 @@ ESP8266:
66
`platformio run -e tasmota4m_ottelo` (>= 4M Flash)
67
68
Um alle gleichzeitig zu erstellen:
69
-`platformio run $(pio project config --json-output | jq -r '.[] | .[0] | select(test("ottelo")) | sub("env:";"-e ")')`
+`platformio run $(pio project config --json-output | jq -r '.[] | .[0] | select(test("ottelo")) | select(test("ottelo_base") | not) | sub("env:"; "-e ")')`
70
71
72
### (Factory)Image übertragen / flashen
0 commit comments