We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39529ad commit 8ae4223Copy full SHA for 8ae4223
BlynkLib.py
@@ -1,5 +1,3 @@
1
-#!/usr/bin/env python3
2
-
3
# The MIT License (MIT)
4
#
5
# Copyright (c) 2015 Volodymyr Shymanskyy
@@ -147,7 +145,7 @@ def _handle_hw(self, data):
147
145
cmd = params.pop(0)
148
146
if cmd == 'pm':
149
pass
150
- elif cmd == 'dr' || cmd == 'dw' || cmd == 'ar' || cmd == 'aw':
+ elif cmd == 'dr' or cmd == 'dw' or cmd == 'ar' or cmd == 'aw':
151
print("Warning: Digital/Analog pins not supported. Please use Virtual pins")
152
153
elif cmd == 'vw':
0 commit comments