Skip to main content
1 of 2
Radja
  • 53
  • 1
  • 1
  • 4

Multiple void loops with ESP8266

I want to run multiple sketches on one sketch. I use the method of multiple void loops. It works but esp8266 take a lot of time to execute commands.

void Setup() { setup1(); setup2(); } void loop() { loop1(); loop2(); } Is there any method to avoid that ?

Radja
  • 53
  • 1
  • 1
  • 4