arduino-libraries / SigFox

Helper library for MKRFox1200 board and ATAB8520E Sigfox module
19 stars 26 forks source link

add possibility to switch off led with debug() method #44

Closed dvarrel closed 8 months ago

dvarrel commented 1 year ago

modify void debug() to void debug(bool ledOFF=false) to prevent blinking led

github-actions[bot] commented 1 year ago

Memory usage change @ c7c6c2249ffe179279b4756b3d99533bd0e8297a

Board flash % RAM for global variables %
arduino:samd:mkrfox1200 :small_red_triangle: +72 - +80 +0.03 - +0.03 0 - 0 0.0 - 0.0
Click for full report table Board|examples/EventTrigger
flash|%|examples/EventTrigger
RAM for global variables|%|examples/FirstConfiguration
flash|%|examples/FirstConfiguration
RAM for global variables|%|examples/SendBoolean
flash|%|examples/SendBoolean
RAM for global variables|%|examples/WeatherMonitor
flash|%|examples/WeatherMonitor
RAM for global variables|%|examples/WeatherMonitorStream
flash|%|examples/WeatherMonitorStream
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- arduino:samd:mkrfox1200|72|0.03|0|0.0|72|0.03|0|0.0|72|0.03|0|0.0|80|0.03|0|0.0|80|0.03|0|0.0
Click for full report CSV ``` Board,examples/EventTrigger
flash,%,examples/EventTrigger
RAM for global variables,%,examples/FirstConfiguration
flash,%,examples/FirstConfiguration
RAM for global variables,%,examples/SendBoolean
flash,%,examples/SendBoolean
RAM for global variables,%,examples/WeatherMonitor
flash,%,examples/WeatherMonitor
RAM for global variables,%,examples/WeatherMonitorStream
flash,%,examples/WeatherMonitorStream
RAM for global variables,% arduino:samd:mkrfox1200,72,0.03,0,0.0,72,0.03,0,0.0,72,0.03,0,0.0,80,0.03,0,0.0,80,0.03,0,0.0 ```
github-actions[bot] commented 1 year ago

Memory usage change @ ab37cf8917a8cecf76420a500b872a605969fba7

Board flash % RAM for global variables %
arduino:samd:mkrfox1200 :small_red_triangle: +72 - +80 +0.03 - +0.03 0 - 0 0.0 - 0.0
Click for full report table Board|examples/EventTrigger
flash|%|examples/EventTrigger
RAM for global variables|%|examples/FirstConfiguration
flash|%|examples/FirstConfiguration
RAM for global variables|%|examples/SendBoolean
flash|%|examples/SendBoolean
RAM for global variables|%|examples/WeatherMonitor
flash|%|examples/WeatherMonitor
RAM for global variables|%|examples/WeatherMonitorStream
flash|%|examples/WeatherMonitorStream
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- arduino:samd:mkrfox1200|72|0.03|0|0.0|72|0.03|0|0.0|72|0.03|0|0.0|80|0.03|0|0.0|80|0.03|0|0.0
Click for full report CSV ``` Board,examples/EventTrigger
flash,%,examples/EventTrigger
RAM for global variables,%,examples/FirstConfiguration
flash,%,examples/FirstConfiguration
RAM for global variables,%,examples/SendBoolean
flash,%,examples/SendBoolean
RAM for global variables,%,examples/WeatherMonitor
flash,%,examples/WeatherMonitor
RAM for global variables,%,examples/WeatherMonitorStream
flash,%,examples/WeatherMonitorStream
RAM for global variables,% arduino:samd:mkrfox1200,72,0.03,0,0.0,72,0.03,0,0.0,72,0.03,0,0.0,80,0.03,0,0.0,80,0.03,0,0.0 ```