diff options
| author | Ulf Lilleengen <[email protected]> | 2025-12-02 12:30:53 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-12-02 12:30:53 +0100 |
| commit | 4e56caa71035ab236b11b31af618a7ae45792358 (patch) | |
| tree | bd90ee6b7862c87ece6002e236f482620c21942d /embassy-net-esp-hosted/src/ioctl.rs | |
| parent | 741b09ac8a0cb47285568e4e317ef8e4f7ac566e (diff) | |
chore: refactor api to allow other control commands
Diffstat (limited to 'embassy-net-esp-hosted/src/ioctl.rs')
| -rw-r--r-- | embassy-net-esp-hosted/src/ioctl.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-net-esp-hosted/src/ioctl.rs b/embassy-net-esp-hosted/src/ioctl.rs index 7f462d528..8b9d582be 100644 --- a/embassy-net-esp-hosted/src/ioctl.rs +++ b/embassy-net-esp-hosted/src/ioctl.rs | |||
| @@ -106,7 +106,6 @@ impl Shared { | |||
| 106 | let mut this = self.0.borrow_mut(); | 106 | let mut this = self.0.borrow_mut(); |
| 107 | this.is_ota = true; | 107 | this.is_ota = true; |
| 108 | this.is_init = false; | 108 | this.is_init = false; |
| 109 | this.runner_waker.wake(); | ||
| 110 | } | 109 | } |
| 111 | 110 | ||
| 112 | // check if ota is in progress | 111 | // check if ota is in progress |
