steadramon / ESPGeiger

☢️ ESP8266 / ESP32 Firmware for collecting and reporting statistics from Geiger counters
GNU General Public License v3.0
23 stars 3 forks source link

Disable all output except Serial #5

Closed pauldupuyjr closed 9 months ago

pauldupuyjr commented 9 months ago

What's the best way to disable all output other than Serial? I see a SERIALOUT flag but nothing for disabling MQTT, Thingspeak, etc.

steadramon commented 9 months ago

By default nothing sends unless configured within the web interface, but the items are still built - using memory etc....

In honesty I should look at cleaning up the build options to enable/disable these features - it would also aid in my debugging/memory tracking at the moment.

pauldupuyjr commented 9 months ago

Got it. Thanks for the quick reply. Cheers,