Skip to content

Commit 91969b4

Browse files
committed
more details in comment
1 parent 994dd1c commit 91969b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/timestamp_filename/code.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
#
33
# SPDX-License-Identifier: MIT
44
""" simple point-and-shoot camera example. With NTP and internal RTC to
5-
add timestamp to photo filenames. Must install adafruit_ntp library!"""
5+
add timestamp to photo filenames. Must install adafruit_ntp library!
6+
Example code assumes WIFI credentials are properly setup and web workflow
7+
enabled in settings.toml. If not, you'll need to add code to manually connect
8+
to your network."""
69

710
import time
811
import wifi

0 commit comments

Comments
 (0)