Actions
Testing #647
openCode review imlightsw to look for leaks
Start date:
18 Jul 2018
Due date:
% Done:
0%
Estimated time:
Severity:
04 - Low
Description
Many of the libraries being used should be safe, but they should be reviewed. All allocations should be static, as described in this StackOverflow discussion.
Also, all static strings (like path names for SPIFFS) should be wrapped in F() to push them to PROGMEM as discussed in this StackExchange thread.
Actions