This commit is contained in:
Michal Moskal 2021-05-13 22:05:04 -07:00
Родитель 35213a8dd8
Коммит 2805bd2b2d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -114,6 +114,7 @@ function mainMenu() {
title: "JACDAC tool",
update: opts => {
// opts.elements = allDNSes().map(d => menu.item("DNS: " + describe(d), () => operateDNS(d)))
opts.elements = []
opts.elements.push(menu.item("Device browser", deviceBrowser))
opts.elements.push(menu.item("WiFi", wifi))
opts.elements.push(menu.item("Console", startConsole))