We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994dd1c commit 91969b4Copy full SHA for 91969b4
examples/timestamp_filename/code.py
@@ -2,7 +2,10 @@
2
#
3
# SPDX-License-Identifier: MIT
4
""" simple point-and-shoot camera example. With NTP and internal RTC to
5
- add timestamp to photo filenames. Must install adafruit_ntp library!"""
+ 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."""
9
10
import time
11
import wifi
0 commit comments