ESPBasic
ESPBasic – Web Interface – CSS elements example
A quick example on how to change your Web interface GUI objects properties without using a separate CSS file: Reading Humidity and Temperature from a DHT22 Sesor connected to the GPIO5 and also retrieving Date and Time from NTP Server: PinDHT = 5 DHT.SETUP(22, PinDHT) cls timer 1000, [branch] ' Read more…