Skip to content

Commit

Permalink
increase size of LED task stack - had an issue in testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Mar 15, 2024
1 parent d889628 commit f29dabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfeDataLoggerIoT/sfeDLLed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ xTimerHandle hTimer;
const uint16_t kTimerPeriod = 100;

// A task needs a Stack - let's set that size
#define kStackSize 1024
#define kStackSize 1600
#define kActivityDelay 50

#define kLedColorOrder GRB
Expand Down

0 comments on commit f29dabd

Please sign in to comment.