You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example repo of how to use PlatformIO with an ESP8266 microcontroller to create a web server on the local wifi network which is secured with HTTPS and available via REST calls.
Prior to flashing to ESP8266 ensure that you have generated certs in constants.h
In postman set url to equal the ip address PlatformIO prints to console when you run "Upload and Monitor" command
About
An example repo of how to use PlatformIO with an ESP8266 microcontroller to create a web server on the local wifi network which is secured with HTTPS and available via REST calls.