I am setting up STM32F103C8T6 and ESP8266/ESP-01S via AT commands and looking for webserver to work on the system. My setting is in visual code: platform = ststm32 board = genericSTM32F103C8 framework ...
This is an offshoot from my main project using an Arduino, ESP-01S, and a handful of sensors. The ESP8266 code is modifed from https://lastminuteengineers.com/bme280 ...