[SOLVED] How to turn off HTTP output on Adafruit Feather Console

I am porting an application to the Adafruit Feather from the Particle Electron. I am finding that as soon as I use API functions, I am getting HUUUGGEE amounts of HTTP output on the console … and eventually the Feather crashes (unclear how the crash exactly connected to this but if Ubidots API functions commented out … crashes disappear and the app works fine).

Is there a way to silence this output?

Ken

Hello @KenBiba,

I don’t understand to what do you refer with ‘HTTP output’ on the console, if you refer to the print of the responses you can comment the define of UBIDOTSDEBUG or simply to erase the Serial.print() lines.

Regards.