Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By kenn
#9558
os_timer_disarm to disable any pre-existing timer


I believe that's to disarm (or reset) a specific pre-existing timer before you configure or change it.

So you can have multiple timers running, each with a different callback function, and manage them independently.