diff --git a/templates/bluepill/test b/templates/bluepill/test index d4665d7..28f0da8 100755 --- a/templates/bluepill/test +++ b/templates/bluepill/test @@ -122,7 +122,7 @@ def main(argv): dump_a = dut.dump_ram() try: - tool = LogicMultiplexerTimeMeasurements(0x0003) + tool = LogicMultiplexerTimeMeasurements(0x0002) tool.begin_measurement() for i, m, ad, k, npub, c in kat: diff --git a/templates/esp32/test b/templates/esp32/test index 5935444..3e5180c 100755 --- a/templates/esp32/test +++ b/templates/esp32/test @@ -84,7 +84,7 @@ def main(argv): sys.stdout.flush() try: - tool = LogicMultiplexerTimeMeasurements(0x0030) + tool = LogicMultiplexerTimeMeasurements(0x0020) tool.begin_measurement() for i, m, ad, k, npub, c in kat: diff --git a/templates/f7/test b/templates/f7/test index 55968d9..ea44f48 100755 --- a/templates/f7/test +++ b/templates/f7/test @@ -79,7 +79,7 @@ def main(argv): dump_a = dut.dump_ram() try: - tool = LogicMultiplexerTimeMeasurements(0x000c) + tool = LogicMultiplexerTimeMeasurements(0x0008) tool.begin_measurement() for i, m, ad, k, npub, c in kat: diff --git a/templates/maixduino/test b/templates/maixduino/test index 8a2b728..ddefb16 100755 --- a/templates/maixduino/test +++ b/templates/maixduino/test @@ -86,7 +86,7 @@ def main(argv): sys.stdout.flush() try: - tool = LogicMultiplexerTimeMeasurements(0x00c0) + tool = LogicMultiplexerTimeMeasurements(0x0080) tool.begin_measurement() for i, m, ad, k, npub, c in kat: diff --git a/templates/uno/test b/templates/uno/test index cabef18..c2b983f 100755 --- a/templates/uno/test +++ b/templates/uno/test @@ -83,7 +83,7 @@ def main(argv): sys.stdout.flush() try: - tool = LogicMultiplexerTimeMeasurements(0x0c00) + tool = LogicMultiplexerTimeMeasurements(0x0800) tool.begin_measurement() for i, m, ad, k, npub, c in kat: