Skip to content

Commit

Permalink
more doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Oct 25, 2024
1 parent 5024926 commit a99791f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/bluetooth/jswrap_bluetooth.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ for when Espruino is connecting *to* another device (central mode).
"class" : "NRF",
"name" : "security",
"params" : [
["status","JsVar","An object containing `{auth_status,bonded,lv4,kdist_own,kdist_peer}"]
["status","JsVar","An object containing `{auth_status,bonded,lv4,kdist_own,kdist_peer}`"]
]
}
Contains updates on the security of the current Bluetooth link.
Expand Down
5 changes: 2 additions & 3 deletions targets/esp8266/jswrap_esp8266.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,9 @@ following fields:
* `cpuFrequency` - CPU operating frequency in Mhz.
* `freeHeap` - Amount of free heap in bytes.
* `maxCon` - Maximum number of concurrent connections.
* `flashMap` - Configured flash size&map: '512KB:256/256' .. '4MB:512/512'
* `flashMap` - Configured flash size&map: '512KB:256/256' .. `'4MB:512/512'`
* `flashKB` - Configured flash size in KB as integer
* `flashChip` - Type of flash chip as string with manufacturer & chip, ex: '0xEF
0x4016`
* `flashChip` - Type of flash chip as string with manufacturer & chip, ex: `'0xEF 0x4016'`
*/
JsVar *jswrap_ESP8266_getState() {
Expand Down

0 comments on commit a99791f

Please sign in to comment.