Aussie Schnore

Results 11 comments of Aussie Schnore

Is this something that is being considered? I have been looking through the code but can't seem to find an example of how this scaling should be done. Any pointers...

On the logs I will give it a go and post them. I tried 3.0.0 and the only difference was that I didn't get the exception print out so I...

Removing JSON didn't change anything except it loads a lot quicker.

### IDE Build Log ``` /home/ccdocker/bin/arduino-1.8.13/arduino-builder -dump-prefs -logger=machine -hardware /home/ccdocker/bin/arduino-1.8.13/hardware -hardware /home/ccdocker/.arduino15/packages -hardware /home/ccdocker/Arduino/hardware -tools /home/ccdocker/bin/arduino-1.8.13/tools-builder -tools /home/ccdocker/bin/arduino-1.8.13/hardware/tools/avr -tools /home/ccdocker/.arduino15/packages -built-in-libraries /home/ccdocker/bin/arduino-1.8.13/libraries -libraries /home/ccdocker/Arduino/libraries -fqbn=esp8266com:esp8266:nodemcuv2:xtal=160,vt=flash,exception=disabled,ssl=basic,eesz=4M,led=2,ip=lm2f,dbg=Serial,lvl=SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOMMDNS,wipe=all,baud=115200 -vid-pid=10C4_EA60 -ide-version=10813 -build-path /tmp/arduino_build_649514 -warnings=all...

### Failing output log with all debug enabled. This log has an example of failure (the exception is decoded above). ``` SDK:2.2.2-dev(38a443e)/Core:2.7.4=20704000/lwIP:STABLE-2_1_2_RELEASE/glue:1.2-30-g92add50/BearSSL:5c771be scandone state: 0 -> 2 (b0) state: 2...

### Successful output log This is an example of when it works with full debug info. embedded in the below log is this line: ``` Received [robo/cmds]: Robo cmd 0x81...

I'm also using the Basic SSL package (Low Memory)

Yeah, a hear you:( When you say "third party libs" which ones you talking about so I am clear about what I need to do? I'll give it a try....

I woke up with a similar thought. What if that transaction is processing things to slowly? The evidence is this: ``` BSSL:_run_until: Timeout ``` And, if i had turned on...

After a few days and a broken leg I still haven't figured this out. I tried to decypher how to test BearSSL without the MQTT library and after looking at...