arduino-libraries / MKRWAN_v2

[Beta] Library for Arduino MKRWAN 1300 / 1310 suitable for firmwares derived from ST sources
GNU Lesser General Public License v3.0
7 stars 6 forks source link

Message send Error Fix #26

Closed Nianmi closed 1 year ago

Nianmi commented 1 year ago

Resolves #25 by doubling the timeout

github-actions[bot] commented 1 year ago

Memory usage change @ fb464ac5c90273304952e5172929affce1e61c76

Board flash % RAM for global variables %
arduino:mbed_portenta:envie_m4 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_portenta:envie_m7 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1300 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1310 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table Board|examples/FirstConfiguration
flash|%|examples/FirstConfiguration
RAM for global variables|%|examples/LoraSendAndReceive
flash|%|examples/LoraSendAndReceive
RAM for global variables|%|examples/FWUpdaterBridge
flash|%|examples/FWUpdaterBridge
RAM for global variables|%|examples/MKRWANFWUpdate_standalone
flash|%|examples/MKRWANFWUpdate_standalone
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- arduino:mbed_portenta:envie_m4|0|0.0|0|0.0|0|0.0|0|0.0 arduino:mbed_portenta:envie_m7|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0 arduino:samd:mkrwan1300|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0 arduino:samd:mkrwan1310|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0
Click for full report CSV ``` Board,examples/FirstConfiguration
flash,%,examples/FirstConfiguration
RAM for global variables,%,examples/LoraSendAndReceive
flash,%,examples/LoraSendAndReceive
RAM for global variables,%,examples/FWUpdaterBridge
flash,%,examples/FWUpdaterBridge
RAM for global variables,%,examples/MKRWANFWUpdate_standalone
flash,%,examples/MKRWANFWUpdate_standalone
RAM for global variables,% arduino:mbed_portenta:envie_m4,0,0.0,0,0.0,0,0.0,0,0.0 arduino:mbed_portenta:envie_m7,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 arduino:samd:mkrwan1300,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 arduino:samd:mkrwan1310,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 ```