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_tcp_server.rs | |
| parent | 9228a6334ba7631e1dcd436b3a5676fe966064cf (diff) | |
Update firmware size in rp wifi examples
Diffstat (limited to 'examples/rp/src/bin/wifi_tcp_server.rs')
| -rw-r--r-- | examples/rp/src/bin/wifi_tcp_server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/wifi_tcp_server.rs b/examples/rp/src/bin/wifi_tcp_server.rs index 55fcb4a6a..20a92b6ed 100644 --- a/examples/rp/src/bin/wifi_tcp_server.rs +++ b/examples/rp/src/bin/wifi_tcp_server.rs | |||
| @@ -55,7 +55,7 @@ async fn main(spawner: Spawner) { | |||
| 55 | // at hardcoded addresses, instead of baking them into the program with `include_bytes!`: | 55 | // at hardcoded addresses, instead of baking them into the program with `include_bytes!`: |
| 56 | // probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10100000 | 56 | // probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10100000 |
| 57 | // probe-rs download 43439A0_clm.bin --format bin --chip RP2040 --base-address 0x10140000 | 57 | // probe-rs download 43439A0_clm.bin --format bin --chip RP2040 --base-address 0x10140000 |
| 58 | //let fw = unsafe { core::slice::from_raw_parts(0x10100000 as *const u8, 224190) }; | 58 | //let fw = unsafe { core::slice::from_raw_parts(0x10100000 as *const u8, 230321) }; |
| 59 | //let clm = unsafe { core::slice::from_raw_parts(0x10140000 as *const u8, 4752) }; | 59 | //let clm = unsafe { core::slice::from_raw_parts(0x10140000 as *const u8, 4752) }; |
| 60 | 60 | ||
| 61 | let pwr = Output::new(p.PIN_23, Level::Low); | 61 | let pwr = Output::new(p.PIN_23, Level::Low); |
