Open calgray opened 3 years ago
Is your feature request related to a problem? Please describe. Basic WPA2 WiFi connectivity feature that can be tested using a phone hotspot with password. Later on this will be needed to connect to the AWS IoT platform.
Describe the solution you'd like Add WiFi setup code that gets invoked somewhere in the main program and perform a basic HTTP query to verify it can reach the internet.
Put any passwords in a secrets.h file and git ignore it. A setup script (.sh or .bat) that copies a template to the src/ folder would be ideal to help people who have freshly cloned the repo.
Describe alternatives you've considered WPA2-Enterprise support should also be possible using esp32 libraries.
Additional context Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. Basic WPA2 WiFi connectivity feature that can be tested using a phone hotspot with password. Later on this will be needed to connect to the AWS IoT platform.
Describe the solution you'd like Add WiFi setup code that gets invoked somewhere in the main program and perform a basic HTTP query to verify it can reach the internet.
Put any passwords in a secrets.h file and git ignore it. A setup script (.sh or .bat) that copies a template to the src/ folder would be ideal to help people who have freshly cloned the repo.
Describe alternatives you've considered WPA2-Enterprise support should also be possible using esp32 libraries.
Additional context Add any other context or screenshots about the feature request here.