Skip to content

Commit f6c3e5e

Browse files
committed
simplified print output
1 parent 927476a commit f6c3e5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/gpio/esp32spi_gpio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ def esp_status_text(n):
9797
esp_d_w_val = False
9898

9999
while True:
100-
print()
101-
print('ESP32 DIGITAL:')
100+
print('\nESP32 DIGITAL:')
102101

103102
# ESP32 digital read
104103
try:

0 commit comments

Comments
 (0)