diff options
| author | KingCol13 <[email protected]> | 2023-10-02 20:10:45 +0100 |
|---|---|---|
| committer | KingCol13 <[email protected]> | 2023-10-02 20:10:45 +0100 |
| commit | a931dfd9ad67ef68b47ffa334910e550e84fb35f (patch) | |
| tree | 6c4c04d64436377a4e3d4f688277c0fe7f85ad1d /examples/rp/src/bin/wifi_scan.rs | |
| parent | 9228a6334ba7631e1dcd436b3a5676fe966064cf (diff) | |
Update firmware size in rp wifi examples
Diffstat (limited to 'examples/rp/src/bin/wifi_scan.rs')
| -rw-r--r-- | examples/rp/src/bin/wifi_scan.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/wifi_scan.rs b/examples/rp/src/bin/wifi_scan.rs index 743fab617..dbbbf6c81 100644 --- a/examples/rp/src/bin/wifi_scan.rs +++ b/examples/rp/src/bin/wifi_scan.rs | |||
| @@ -49,7 +49,7 @@ async fn main(spawner: Spawner) { | |||
| 49 | // at hardcoded addresses, instead of baking them into the program with `include_bytes!`: | 49 | // at hardcoded addresses, instead of baking them into the program with `include_bytes!`: |
| 50 | // probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10100000 | 50 | // probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10100000 |
| 51 | // probe-rs download 43439A0_clm.bin --format bin --chip RP2040 --base-address 0x10140000 | 51 | // probe-rs download 43439A0_clm.bin --format bin --chip RP2040 --base-address 0x10140000 |
| 52 | //let fw = unsafe { core::slice::from_raw_parts(0x10100000 as *const u8, 224190) }; | 52 | //let fw = unsafe { core::slice::from_raw_parts(0x10100000 as *const u8, 230321) }; |
| 53 | //let clm = unsafe { core::slice::from_raw_parts(0x10140000 as *const u8, 4752) }; | 53 | //let clm = unsafe { core::slice::from_raw_parts(0x10140000 as *const u8, 4752) }; |
| 54 | 54 | ||
| 55 | let pwr = Output::new(p.PIN_23, Level::Low); | 55 | let pwr = Output::new(p.PIN_23, Level::Low); |
