Browse Source

Add `meshtastic.local` default back

pull/39/head
Sacha Weatherstone 4 years ago
parent
commit
6026b322ad
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/components/SlideSheets/tabs/connect/HTTP.tsx

2
src/components/SlideSheets/tabs/connect/HTTP.tsx

@ -29,7 +29,7 @@ export const HTTP = ({ close }: HTTPProps): JSX.Element => {
tls: boolean;
}>({
defaultValues: {
ip: "",
ip: "meshtastic.local",
tls: false,
},
});

Loading…
Cancel
Save