Peter

Results 7 comments of Peter

Same issue here but only on ESP32 WROOM chips. I have then used the ESP32S chip and have no problems.

Is added the printf into lines 523 und 524 as: ```c for (unsigned priority = 0; !p_events && priority < UINT_MAX; priority = next_priority) { next_priority = UINT_MAX; for (void**...

On further investigation of this problem, I found that the error always seems to occur in malloc() .... However, the stack trace is also always different. The case shown in...

An annoying problem, a simple cause. After increasing the value of `rtl_433_ReceiverTask_Stack` in `rtl_433_ESP.cpp` by just 48 bytes, the error no longer occurred. To be on the safe side, I...

I would like to support this request because I need a simple solution for recording precipitation amounts. It might be enough to add the unit mm and to disable the...

Having checked with updated ios-strings.rb but similar result: ``` ios-res-tool/ios-strings.rb:410:in `export_ios_string': undefined method `gsub!' for nil:NilClass (NoMethodError) from ios-res-tool/ios-strings.rb:427:in `block (2 levels) in export_ios' from ios-res-tool/ios-strings.rb:425:in `each' from ios-res-tool/ios-strings.rb:425:in `block...

Steve, I managed to find the possible cause of this issue. I doe have an empty string in my resources that causes the reported problem. One can circumvent it by...