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 ea630d2 commit 130f966Copy full SHA for 130f966
adafruit_esp32spi/adafruit_esp32spi.py
@@ -54,7 +54,7 @@
54
# pylint: disable=bad-whitespace
55
_SET_NET_CMD = const(0x10)
56
_SET_PASSPHRASE_CMD = const(0x11)
57
-_SET_AP_NET_CMD = const(0x18)
+_SET_AP_NET_CMD = const(0x18)
58
_SET_AP_PASSPHRASE_CMD = const(0x19)
59
_SET_DEBUG_CMD = const(0x1A)
60
0 commit comments