Skip to content

Commit

Permalink
Basic review of freeRTOS functions, and code organization done. Still…
Browse files Browse the repository at this point in the history
… might need more improvements, but so far it allows a good use of FreeRTOS tasks with different priorities
  • Loading branch information
electronick-co committed Dec 8, 2022
1 parent d832722 commit a170cba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,15 @@


#define BASE_PRIORITY 5
#define CREATOR_PRIORITY 20


//plugin functions
static config_data_t config;




/**
* @brief Main tasks of ESP32. This is a tasks with priority level 1.
* Be carefull when defining other tasks with higer priorities
*
* This task init all the basic hardware and then init the tasks needed to run DeepDeck
*/
void app_main()
{
Expand Down

0 comments on commit a170cba

Please sign in to comment.