s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
898 stars 166 forks source link

slider max 100 #220

Closed Alyavin closed 1 year ago

Alyavin commented 1 year ago

Hi, why is the slider only maxing out at 100? How can I make 360?

iangray001 commented 1 year ago

The default bounds of a slider are 0-100. If you want to change that you can add min and max controls. See the completeExample.

Alyavin commented 1 year ago

thanks