File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -52,30 +52,6 @@ Least one is expected to check are the following configuration parameters
52
52
}
53
53
```
54
54
55
- To enable network status updates from the driver one must take Global EventQueue into use via app config file. Otherwise
56
- status updates are only processes when calling socket send() or recv(). Consider setting the stack size for the queue at
57
- least to 1.5KB and increase it in case of stack overflow
58
-
59
- ``` javascript
60
- " target_overrides" : {
61
- " *" : {
62
- " nsapi.default-wifi-ssid" : " \" WIFI_SSID\" " ,
63
- " nsapi.default-wifi-password" : " \" WIFI_PASSWORD\" " ,
64
- " nsapi.default-wifi-security" : " WIFI_SECURITY" ,
65
- " esp8266.provide-default" : true ,
66
- " esp8266.socket-bufsize" : 153600 ,
67
- " esp8266.rts" : " NC" ,
68
- " esp8266.cts" : " NC"
69
- " esp8266.rx" : " D0" ,
70
- " esp8266.tx" : " D1" ,
71
- // Adds dispatch_forever() to your main-function
72
- " events.shared-dispatch-from-application" : true ,
73
- // Adjusts the stack size of the global event queue
74
- " events.shared-stacksize" : 1536
75
- }
76
- }
77
- ```
78
-
79
55
## UART HW flow control
80
56
81
57
UART HW flow control requires you to additionally wire the CTS and RTS flow control pins between your board and your
You can’t perform that action at this time.
0 commit comments