Skip to content

Commit e8d4353

Browse files
committed
update README.md
1 parent 9758ede commit e8d4353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ toggle power).
155155
- 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.
156156
- pulseIn
157157
- I2C slave mode
158-
- Serial modes other than 8n1
159158
- WiFi.RSSI. SDK doesn't seem to have an API to get RSSI for the current network. So far the only
160159
way to obtain RSSI is to disconnect, perform a scan, and get the RSSI value from there.
161160
- 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

Comments
 (0)