File tree Expand file tree Collapse file tree 6 files changed +5
-2
lines changed Expand file tree Collapse file tree 6 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 186
186
"Telnet Client" : " Telnet Client" ,
187
187
"Ftp Client" : " Ftp Client" ,
188
188
"Websocket port" : " Websocket port" ,
189
+ "WebDav port" : " WebDav port" ,
190
+ "WebDav Client" : " WebDav Client" ,
189
191
"camera name" : " Camera name" ,
190
192
"camera ports" : " Camera ports" ,
191
193
"BT Status" : " Status" ,
214
216
"service" : " Services" ,
215
217
"http" : " HTTP protocol" ,
216
218
"telnetp" : " Telnet protocol" ,
217
- "websocketp" : " WebSocket protocol" ,
219
+ "websocketp" : " WebSocket protocol" ,
220
+ "webdavp" : " WebDav protocol" ,
218
221
"telnet" : " Telnet" ,
219
222
"ftp" : " FTP protocol" ,
220
223
"notification" : " Notifications" ,
Original file line number Diff line number Diff line change 19
19
*/
20
20
import { h } from "preact"
21
21
22
- export const Esp3dVersion = ( ) => < span > 3.0.0.79 </ span >
22
+ export const Esp3dVersion = ( ) => < span > 3.0.0.80 </ span >
You can’t perform that action at this time.
0 commit comments