Skip to content

Commit 88fe887

Browse files
authored
Update README.md
1 parent b97ca82 commit 88fe887

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ Add the line below to your `build_config.rb`:
1111
conf.gem :github => 'mruby-esp32/mruby-socket', :branch => 'esp32'
1212
```
1313

14+
If stack overflow occurs, increase the stack size
15+
16+
+ mruby_task: 8192 => 32768
17+
18+
`xTaskCreate()` in `main/mruby_main.c`
19+
20+
+ eventTask: 4096 => 32768
21+
22+
```
23+
$ make menuconfig
24+
Component config ---> ESP32-specific ---> Event loop task stack size
25+
```
26+
1427
## Example
1528
```sh
1629
% vi kame.rb

0 commit comments

Comments
 (0)