Skip to content

Commit c29ea4a

Browse files
authored
Merge pull request #91 from FoamyGuy/master
trying single line comments for pylint
2 parents fbbe977 + 4965fcc commit c29ea4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/server/esp32spi_wsgiserver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
print("MAC addr:", [hex(i) for i in esp.MAC_address])
4343
print("MAC addr actual:", [hex(i) for i in esp.MAC_address_actual])
4444

45-
"""Use below for Most Boards"""
45+
# Use below for Most Boards
4646
status_light = neopixel.NeoPixel(board.NEOPIXEL, 1, brightness=0.2) # Uncomment for Most Boards
47-
"""Uncomment below for ItsyBitsy M4"""
47+
# Uncomment below for ItsyBitsy M4
4848
# import adafruit_dotstar as dotstar
4949
# status_light = dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1, brightness=1)
5050

0 commit comments

Comments
 (0)