We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc74f4 commit e0a9eb1Copy full SHA for e0a9eb1
adafruit_aws_iot.py
@@ -79,7 +79,7 @@ def __init__(self, mmqttclient, keep_alive=30):
79
# Shadow-interaction topic
80
self.shadow_topic = "$aws/things/{}/shadow".format(self.cid)
81
# Ensure set_certificate and set_private_key were run from ESP32SPI
82
- assert self.client.wifi.esp.set_psk and self.client.wifi.esp.set_cert, "Certificate \
+ assert self.client.wifi.esp.set_psk and self.client.wifi.esp.set_crt, "Certificate \
83
and private key must be set to your AWS Device Cert and Private Key."
84
# keep_alive timer must be between 30 <= keep alive interval <= 1200 seconds
85
# https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
0 commit comments