Skip to content

Commit f6ac1ce

Browse files
author
Veijo Pesonen
committed
fixup! Switches from OOB thread to global event queue
1 parent 01e55d9 commit f6ac1ce

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,6 @@ Least one is expected to check are the following configuration parameters
5252
}
5353
```
5454

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-
7955
## UART HW flow control
8056

8157
UART HW flow control requires you to additionally wire the CTS and RTS flow control pins between your board and your

0 commit comments

Comments
 (0)