Skip to content

Commit

Permalink
stack tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Dec 11, 2023
1 parent be3ce2f commit 6081981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@

//Task Stack Sizes
#define MAIN_STACK 4500
#define ERG_STACK 4500
#define ERG_STACK 6500
#define HTTP_STACK 6000
#define BLE_COMM_STACK 6000
#define BLE_CLIENT_STACK 5000
Expand All @@ -309,7 +309,7 @@
// #define USE_TELEGRAM

// Uncomment to enable stack size debugging info
#define DEBUG_STACK
// #define DEBUG_STACK

// Uncomment to enable HR->PWR debugging info. Always displays HR->PWR
// Calculation. Never sets userConfig.setSimulatedPower();
Expand Down

0 comments on commit 6081981

Please sign in to comment.