I've started the course. I am using an Adafruit ESP32-S2 TFT. I have selected the board. When I upload, it says
C:\Users\wflynn\Desktop\Introduction-to-Microsoft-Azure-IoT-master\Section - 2\ESP32___DHT11___Azure_IoT_Hub\ESP32___DHT11___Azure_IoT_Hub.ino:5:10: fatal error: AzureIotHub.h: No such file or directory
5 | #include "AzureIotHub.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: AzureIotHub.h: No such file or directory
If I comment out that include, I get this:
C:\Users\wflynn\Desktop\Introduction-to-Microsoft-Azure-IoT-master\Section - 2\ESP32___DHT11___Azure_IoT_Hub\ESP32___DHT11___Azure_IoT_Hub.ino:6:10: fatal error: Esp32MQTTClient.h: No such file or directory
6 | #include "Esp32MQTTClient.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: Esp32MQTTClient.h: No such file or directory
Is this course out of date? Or am I missing a library?