Group inputs into one webform #5

Merged
mattbk merged 2 commits from share-webform into main 2023-08-31 11:20:39 -05:00
Owner

Closes #1.

The webform example I started with (https://randomnerdtutorials.com/esp32-esp8266-input-data-html-form/ or similar) sets up each field as its own form. I want to be able to submit multiple form fields in a single form.

  • submit all on one form
Closes #1. The webform example I started with (https://randomnerdtutorials.com/esp32-esp8266-input-data-html-form/ or similar) sets up each field as its own form. I want to be able to submit multiple form fields in a single form. - [x] submit all on one form
mattbk added 1 commit 2023-08-30 22:26:28 -05:00
Author
Owner

This is going OK, although I'm having a hard time getting the "send continuously" option to work with a checkbox or radio button instead of a text entry.

This is going OK, although I'm having a hard time getting the "send continuously" option to work with a checkbox or radio button instead of a text entry.
Author
Owner

Well, I was having issues with the LED not following webform entry again, so I pushed "Erase Flash" and now having problems with SPIFFS. Time to hang it up for tonight.

Well, I was having issues with the LED not following webform entry again, so I pushed "Erase Flash" and now having problems with SPIFFS. Time to hang it up for tonight.
Author
Owner

Was getting error: can't read source directory *** [.pio/build/esp32doit-devkit-v1/spiffs.bin] Error 1 but when I manually create the data folder, then "Build Filesystem Image" and "Upload Filesystem Image," SPIFFS works again.

  • need to write default values to files. -- see #6

Still no longer getting consistent LED functions though. I can turn it on/off a couple times, then it gets stuck.

Was getting `error: can't read source directory *** [.pio/build/esp32doit-devkit-v1/spiffs.bin] Error 1` but when I manually create the `data` folder, then "Build Filesystem Image" and "Upload Filesystem Image," SPIFFS works again. - need to write default values to files. -- see #6 Still no longer getting consistent LED functions though. I can turn it on/off a couple times, then it gets stuck.
mattbk added 1 commit 2023-08-31 09:11:17 -05:00
Author
Owner

I think it is working again. Last night I decided that I should be using global variables rather than reading from files every iteration of loop().

I think it is working again. Last night I decided that I should be using global variables rather than reading from files every iteration of `loop()`.
Contributor

Considering that the webform issue is fixed, I am merging.

Considering that the webform issue is fixed, I am merging.
mattbk merged commit 17d8883f39 into main 2023-08-31 11:20:39 -05:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: W1CDN/vulpes#5
No description provided.