mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Merge branch 'master' into gpio-redesign
This commit is contained in:
commit
8fe16cd68d
5
.gitpod.Dockerfile
vendored
Normal file
5
.gitpod.Dockerfile
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM gitpod/workspace-full
|
||||||
|
|
||||||
|
USER gitpod
|
||||||
|
|
||||||
|
RUN pip install -U platformio
|
7
.gitpod.yml
Normal file
7
.gitpod.yml
Normal file
@ -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
|
@ -213,4 +213,4 @@
|
|||||||
#define D_GPIO_STATE_NORMAL "Normal" // new
|
#define D_GPIO_STATE_NORMAL "Normal" // new
|
||||||
#define D_GPIO_STATE_INVERTED "Inverted" // new
|
#define D_GPIO_STATE_INVERTED "Inverted" // new
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user