Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/espwebtool
/ reset
Function
reset
src/components/Settings.js:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
const
reset = () => {
28
if
(!props.connected) setBaudRate(115200)
29
}
30
31
const
save = () => {
32
saveSettings({ baudRate: baudRate })
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected