We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1835db7 commit c06bf86Copy full SHA for c06bf86
1 file changed
FONA_SMS_Sensor/code.py
@@ -51,7 +51,7 @@
51
humid = bme280.humidity
52
pres = bme280.pressure
53
54
- # sanitize message
+ # Sanitize message
55
message = message.lower()
56
message = message.strip()
57
@@ -75,9 +75,6 @@
75
response = "Incorrect message format received. \
76
Text HELP to this number for a list of commands."
77
78
-
79
- print("Sending response: ", response)
80
81
# Send a response back to the sender
82
print("Sending response...")
83
if not fona.send_sms(int(sender), response):
0 commit comments