Add option to set up for wifi or AP on compile #53
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "access-point"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using as an AP, go to
192.168.0.1
to access webform.Closes #22.
https://randomnerdtutorials.com/esp32-access-point-ap-web-server/
I'm not going to individually number each device. If needed, they can be plugged in one by one to distinguish them.
I guess I should address these:
Decent progress on #54 tonight. Yet to do:
if existing wireless network, report IP address to user somehow other than serial connection#55192.168.0.xxx
?I think I got "default to AP" set up, but the "reset in code" method seems to be "crash the device." It is "working," though.
Looking pretty good.