In function 'void loop()':
Ard_iz_ESP_HELP:22: error: no match for call to '(String) (String&)'
espParse(inputString);
^
Ard_iz_ESP_HELP:25: error: ambiguous overload for 'operator=' (operand types are 'String' and 'bool')
stringComplete = false;
^
C:\Users\Rivex\Documents\Arduino\Ard_iz_ESP_HELP\Ard_iz_ESP_HELP.ino:25:22: note: candidates are:
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:231:0,
from sketch\Ard_iz_ESP_HELP.ino.cpp:1:
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/WString.h:86:11: note: String& String:
perator=(const String&)
String & operator = (const String &rhs);
^
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/WString.h:87:11: note: String& String:
perator=(const char*)
String & operator = (const char *cstr);
^
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/WString.h:88:11: note: String& String:
perator=(const __FlashStringHelper*)
String & operator = (const __FlashStringHelper *str);
^
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/WString.h:90:11: note: String& String:
perator=(String&&)
String & operator = (String &&rval);
^
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/WString.h:91:11: note: String& String:
perator=(StringSumHelper&&)
String & operator = (StringSumHelper &&rval);
^
Ard_iz_ESP_HELP:28: error: variable or field 'espParse' declared void
void espParse(ESP_req) {
^
Ard_iz_ESP_HELP:38: error: expected '}' at end of input
}
^
exit status 1
no match for call to '(String) (String&)'