diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 00000000..21a1af13 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,5 @@ +FROM gitpod/workspace-full + +USER gitpod + +RUN pip install -U platformio diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..86c630c8 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +tasks: + - init: cp platformio_override-template.ini platformio_override.ini + - before: platformio upgrade + - command: echo "Please open 'platformio_override.ini', uncomment the platform, override and environment you wish to build for, save and then run command 'platformio run'." + +image: + file: .gitpod.Dockerfile diff --git a/src/lang/pt_PT.h b/src/lang/pt_PT.h index 95375b30..b9747bbb 100644 --- a/src/lang/pt_PT.h +++ b/src/lang/pt_PT.h @@ -213,4 +213,4 @@ #define D_GPIO_STATE_NORMAL "Normal" // new #define D_GPIO_STATE_INVERTED "Inverted" // new -#endif \ No newline at end of file +#endif