Korev
Well-Known Member
- Joined
- 9/4/05
- Messages
- 337
- Reaction score
- 116
So I spent some time reloading the BPL and iSpindel but with no luck so I lodged an issue on Github
https://github.com/vitotai/BrewPiLess/issues/82
Based on the feedback I changed the iSpindel version 5.1.2 from the BPL extras and have modified BPL 2.7 with 20 instead of 12 per below
Check ExternalData.h, find processJSON()
bool processJSON(char data[],size_t length, bool authenticated, uint8_t& error) { const int BUFFER_SIZE = JSON_OBJECT_SIZE(12);
I am testing how stable this is by monitoring the iSpindel with Putty and it has been updating on BPL every 20" for 45 minutes so far - fingers crossed Update still working after 4 hours
I would be interested to know what versions of BPL and iSpindel others are using?
Peter
https://github.com/vitotai/BrewPiLess/issues/82
Based on the feedback I changed the iSpindel version 5.1.2 from the BPL extras and have modified BPL 2.7 with 20 instead of 12 per below
Check ExternalData.h, find processJSON()
bool processJSON(char data[],size_t length, bool authenticated, uint8_t& error) { const int BUFFER_SIZE = JSON_OBJECT_SIZE(12);
I am testing how stable this is by monitoring the iSpindel with Putty and it has been updating on BPL every 20" for 45 minutes so far - fingers crossed Update still working after 4 hours
I would be interested to know what versions of BPL and iSpindel others are using?
Peter
Last edited: