Group inputs into one webform #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "share-webform"
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?
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.
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.
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.
Was getting
error: can't read source directory *** [.pio/build/esp32doit-devkit-v1/spiffs.bin] Error 1
but when I manually create thedata
folder, then "Build Filesystem Image" and "Upload Filesystem Image," SPIFFS works again.Still no longer getting consistent LED functions though. I can turn it on/off a couple times, then it gets stuck.
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()
.Considering that the webform issue is fixed, I am merging.