BIG CAP testing

This commit is contained in:
JP Stringham
2026-01-24 09:46:26 -05:00
parent 255b27afcd
commit cdf15e184b
3 changed files with 97 additions and 22 deletions

View File

@@ -35,5 +35,5 @@ rustflags = [
runner = "probe-rs run --chip RP2040 --protocol swd"
[env]
DEFMT_RTT_BUFFER_SIZE = { value = "4096", force = true }
DEFMT_RTT_BUFFER_SIZE = { value = "16384", force = true }
DEFMT_LOG = { value = "info", force = true }