Skip to content

Commit

Permalink
Add info on incomatiblities with PSRAM in example #201.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Gmür committed May 17, 2024
1 parent e635945 commit 2907f4a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
// If enabled the program might be slightly slower and all the memory will be placed onto the heap instead of the stack.
#define THINGSBOARD_ENABLE_DYNAMIC 1

// If the THINGSBOARD_ENABLE_DYNAMIC 1 setting causes this error log message to appear [TB] Unable to de-serialize received json data with error (DeserializationError::NoMemory).
// Simply add this configuration line as well.
//#define THINGSBOARD_ENABLE_PSRAM 0


#if USING_HTTPS
#include <Arduino_HTTP_Client.h>
#include <ThingsBoardHttp.h>
Expand Down

0 comments on commit 2907f4a

Please sign in to comment.