Compare commits
3 Commits
873ccc91c5
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| a484db06c9 | |||
| 9e00fc1135 | |||
| 44a739a0bd |
@@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
The device boots in APSTA mode by default and services the following AP.
|
The device boots in APSTA mode by default and services the following AP.
|
||||||
|
|
||||||
- SSID: odroid-pm
|
- SSID: powermate
|
||||||
- Password: powermate
|
- Password: hardkernel
|
||||||
|
|
||||||
After connecting to the above AP using a smartphone, etc., you can configure the device by accessing the
|
After connecting to the above AP using a smartphone, etc., you can configure the device by accessing the
|
||||||
`http://192.168.4.1` address.
|
`http://192.168.4.1` address.
|
||||||
|
|||||||
@@ -193,7 +193,6 @@ static void uart_event_task(void* arg)
|
|||||||
// Muting this event because it is too noisy
|
// Muting this event because it is too noisy
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ESP_LOGI(TAG, "unhandled uart event type: %d", event.type);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -349,7 +349,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="wifi-password-connect" class="form-label">Password</label>
|
<label for="wifi-password-connect" class="form-label">Password</label>
|
||||||
<input type="password" class="form-control" id="wifi-password-connect">
|
<input type="password" class="form-control" id="wifi-password-connect" placeholder="Leave blank for open network">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user