Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/vulpes#31 2023-11-01 21:02:55 -05:00
License
W1CDN commented on issue W1CDN/vulpes#56 2023-10-26 16:54:33 -05:00
First flash bugs

Things show up if you are on existing network, but no as AP. Is this another Firefox security thing? image

W1CDN opened issue W1CDN/vulpes#56 2023-10-26 16:51:24 -05:00
First flash bugs
W1CDN commented on issue W1CDN/vulpes#6 2023-10-26 16:43:23 -05:00
Write default values to files

Fresh ESP32 board, first flash:

E (2018) SPIFFS: mount failed, -10025
- empty file or failed to open file
- empty file or failed to open file
- empty file or failed to open file
W1CDN commented on issue W1CDN/vulpes#2 2023-10-01 11:39:13 -05:00
Create README

Stubbed out in #50.

W1CDN commented on issue W1CDN/vulpes#27 2023-10-01 11:36:20 -05:00
Intermittent bad times reported after browser time refresh

I suspect this is somehow related to not waiting to call RTC, or something like that, after updating time. Or some other weirdness. See notes on #50 and how time is being kept now.

W1CDN commented on issue W1CDN/vulpes#54 2023-10-01 11:31:35 -05:00
Switch wifi/AP on webform

Closed in #53.

W1CDN closed issue W1CDN/vulpes#54 2023-10-01 11:31:35 -05:00
Switch wifi/AP on webform
W1CDN deleted branch access-point from W1CDN/vulpes 2023-10-01 11:29:41 -05:00
W1CDN pushed to main at W1CDN/vulpes 2023-10-01 11:29:24 -05:00
52b910ed79 Merge pull request 'Add option to set up for wifi or AP on compile' (#53) from access-point into main
0478506e87 Add confirmation so people don't click the wrong button.
9679248691 Default to AP if wifi is inaccessible.
db7c0adfed Reboot on network change form.
98536b8e76 Stub out network form.
Compare 10 commits »
W1CDN merged pull request W1CDN/vulpes#53 2023-10-01 11:29:23 -05:00
Add option to set up for wifi or AP on compile
W1CDN closed issue W1CDN/vulpes#22 2023-10-01 11:29:23 -05:00
Option at top of program to set up on network vs as access point
W1CDN commented on issue W1CDN/vulpes#50 2023-10-01 11:24:24 -05:00
RTC not keeping time

Checked after several days, time is still fine. If/when I build more, will have to see if the charging circuit removal is needed or not.

W1CDN commented on pull request W1CDN/vulpes#53 2023-09-27 20:58:27 -05:00
Add option to set up for wifi or AP on compile

Looking pretty good.

W1CDN opened issue W1CDN/vulpes#55 2023-09-27 20:57:43 -05:00
If existing wireless network, report IP address to user somehow other than serial connection
W1CDN commented on pull request W1CDN/vulpes#53 2023-09-27 20:42:40 -05:00
Add option to set up for wifi or AP on compile

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.

W1CDN commented on pull request W1CDN/vulpes#53 2023-09-26 21:00:30 -05:00
Add option to set up for wifi or AP on compile

Decent progress on #54 tonight. Yet to do:

  • have form button reboot device
  • if existing wireless network, report IP address to user somehow other than serial connection
    • flash…
W1CDN opened issue W1CDN/vulpes#54 2023-09-25 21:51:40 -05:00
Switch wifi/AP on webform
W1CDN commented on pull request W1CDN/vulpes#53 2023-09-25 21:48:34 -05:00
Add option to set up for wifi or AP on compile

I guess I should address these:

src/main.cpp: In function 'void setup()':
src/main.cpp:361:18: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   if…
W1CDN commented on pull request W1CDN/vulpes#53 2023-09-25 21:47:26 -05:00
Add option to set up for wifi or AP on compile

I'm not going to individually number each device. If needed, they can be plugged in one by one to distinguish them.