switched to new SDK

minor changes
This commit is contained in:
2017-10-10 09:57:37 +02:00
parent ecb7f3640f
commit cc84788d42
3 changed files with 15 additions and 15 deletions

View File

@@ -72,6 +72,8 @@ public:
#elif PLATFORM == NODE_MCU
GPIO16_OUTPUT_SET;
if (on) {GPIO16_H;} else {GPIO16_L;}
GPIO2_OUTPUT_SET;
if (on) {GPIO2_H;} else {GPIO2_L;}
#else
#error "NO PLATFORM"
#endif