Skip to content

Commit 7a83bb2

Browse files
committed
rename setting.py to esp32_settings.py
1 parent bd7f679 commit 7a83bb2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/esp32spi_aio_post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Get wifi details and more from a settings.py file
1414
try:
15-
from settings import settings
15+
from esp32spi_settings import settings
1616
except ImportError:
1717
print("WiFi settings are kept in settings.py, please add them there!")
1818
raise

examples/esp32spi_cheerlights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Get wifi details and more from a settings.py file
1515
try:
16-
from settings import settings
16+
from esp32spi_settings import settings
1717
except ImportError:
1818
print("WiFi settings are kept in settings.py, please add them there!")
1919
raise
File renamed without changes.

0 commit comments

Comments
 (0)