From dfc6c6faf9685638d9cf15e2aeaec2cb5bb0aab8 Mon Sep 17 00:00:00 2001 From: synco Date: Wed, 31 Jan 2024 18:18:37 +1300 Subject: [PATCH] Update readgpio_s3.py To be consistent with the processor example I'd expect this... not sure about the knock-on effects. --- examples/readgpio_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/readgpio_s3.py b/examples/readgpio_s3.py index d5645cd..3adc911 100644 --- a/examples/readgpio_s3.py +++ b/examples/readgpio_s3.py @@ -67,7 +67,7 @@ halt """ -binary = src_to_binary(source, cpu="esp32s2") # cpu is esp32 or esp32s2 +binary = src_to_binary(source, cpu="esp32s3") # cpu is esp32 or esp32s2 load_addr, entry_addr = 0, 4