• towerful@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    The Arduino stack on esp32 is still freertos.
    That’s why it’s recommended to leave the loop() empty, and run tasks (or whatever) in the setup() and have the tasks do their own loop