pull/197/head
Hieromon Ikasamo 5 years ago
parent 6faad9eec6
commit 6559273991
  1. 2
      src/AutoConnectElementBasisImpl.h
  2. 2
      src/AutoConnectElementJson.h

@ -100,7 +100,7 @@ const String AutoConnectFileBasis::toHTML(void) const {
/** /**
* Instantiate the upload handler with the specified store type. * Instantiate the upload handler with the specified store type.
* @param store An enumuration value of ACFile_t * @param store An enumeration value of ACFile_t
*/ */
bool AutoConnectFileBasis::attach(const ACFile_t store) { bool AutoConnectFileBasis::attach(const ACFile_t store) {
AutoConnectUploadFS* handlerFS; AutoConnectUploadFS* handlerFS;

@ -139,7 +139,7 @@ class AutoConnectCheckboxJson : public AutoConnectElementJson, public AutoConnec
* @param value A string value entered by the selected file name. * @param value A string value entered by the selected file name.
* @param label A label string that follows file-select box, optionally. * @param label A label string that follows file-select box, optionally.
* The label is placed in front of file-select box. * The label is placed in front of file-select box.
* @param store An enumuration value of store type. * @param store An enumeration value of store type.
*/ */
class AutoConnectFileJson : public AutoConnectElementJson, public AutoConnectFileBasis { class AutoConnectFileJson : public AutoConnectElementJson, public AutoConnectFileBasis {
public: public:

Loading…
Cancel
Save