Fixed pins for W600 and W800

This commit is contained in:
Indu Prakash
2022-10-02 11:25:34 -05:00
parent e07a199ce1
commit 07b545e1a1
3 changed files with 63 additions and 40 deletions

View File

@ -101,7 +101,12 @@ const char *obktype = "BL602";
const char * apppage2 = "';"
" var obktype = 'BL602';"
" var device = 'http://";
#elif PLATFORM_W600 || PLATFORM_W800
#elif PLATFORM_W600
const char *obktype = "W600";
const char * apppage2 = "';"
" var obktype = 'W600';"
" var device = 'http://";
#elif PLATFORM_W800
const char *obktype = "W800";
const char * apppage2 = "';"
" var obktype = 'W800';"