diff --git a/.gitpod.yml b/.gitpod.yml index 0425a41..5e8eddf 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - command: pip3 install -U platformio && platformio run -e tasmota + - command: pip3 install -U platformio && platformio run -e esp8266 image: file: .gitpod.Dockerfile