• towerful
    link
    fedilink
    arrow-up
    4
    ·
    2 个月前

    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