Commit f9497198 by Enrico Pozzobon

-O2 flag in esp32 test

parent 32c851e3
#!/bin/bash
zip results.zip build/*/*.log measurements/* compile_all.log compile_all.err.log build/test_all.sh
......@@ -2,3 +2,5 @@
platform = espressif32
framework = arduino
board = esp32dev
build_flags = -O2
build_unflags = -Os
......@@ -137,7 +137,7 @@ def begin_measurement():
import saleae
import time
sal = saleae.Saleae()
sal.set_active_channels([0, 1, 2, 3], [])
sal.set_active_channels([1, 2], [])
sal.set_sample_rate(sal.get_all_sample_rates()[0])
sal.set_capture_seconds(6000)
sal.capture_start()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment