Commit 61aaa44
committed
feat(udp): Allow to change the async_udp task stack size
Example: `-D CONFIG_ARDUINO_UDP_TASK_STACK_SIZE=2048`
The default is to much conservative since a correctly developed app probably won't allocate too much on stack on the callbacks. I currently see a wast of memory:
`I (1222501) MONITOR: async_udp (p=3) 3416 bytes`1 parent 5521e02 commit 61aaa44
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
192 | | - | |
| 196 | + | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
| |||
0 commit comments