You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,6 @@ toggle power).
155
155
- analogWrite (PWM). ESP8266 has only one hardware PWM source. It is not yet clear how to use it with analogWrite API. Software PWM is also an option, but apparently it causes issues with WiFi connectivity.
156
156
- pulseIn
157
157
- I2C slave mode
158
-
- Serial modes other than 8n1
159
158
- WiFi.RSSI. SDK doesn't seem to have an API to get RSSI for the current network. So far the only
160
159
way to obtain RSSI is to disconnect, perform a scan, and get the RSSI value from there.
161
160
- Upload sketches via WiFi. Conceptually and technically simple, but need to figure out how to provide the best UX for this feature.
0 commit comments