hardware: add support for Gosund P1 Power Strip (#2391)

This commit is contained in:
Alex. Tircovnicu
2020-11-02 20:14:52 +01:00
committed by GitHub
parent f6582ecd18
commit 289c8cb49c
4 changed files with 66 additions and 0 deletions

View File

@@ -688,6 +688,10 @@ int getBoardId() {
return 158;
#elif defined(PRODINO_WIFI)
return 159;
#elif defined(GOSUND_SP111)
return 160;
#elif defined(GOSUND_P1)
return 161;
#else
return -1; // CUSTOM
#endif