Skip to content

Commit cf1bd42

Browse files
authored
Update README.md
1 parent 6a122bd commit cf1bd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ESP8266:
6666
`platformio run -e tasmota4m_ottelo` (>= 4M Flash)
6767

6868
Um alle gleichzeitig zu erstellen:
69-
`platformio run $(pio project config --json-output | jq -r '.[] | .[0] | select(test("ottelo")) | sub("env:";"-e ")')`
69+
`platformio run $(pio project config --json-output | jq -r '.[] | .[0] | select(test("ottelo")) | select(test("ottelo_base") | not) | sub("env:"; "-e ")')`
7070

7171

7272
### (Factory)Image übertragen / flashen

0 commit comments

Comments
 (0)