E:\Downloads\Arduino\arduino-nightly\Sketches\Waschmaschine\Waschmaschine.ino: In function ‚void setup()‘:

Waschmaschine:46: error: ‚connect2Wifi‘ was not declared in this scope

connect2Wifi();

^

E:\Downloads\Arduino\arduino-nightly\Sketches\Waschmaschine\Waschmaschine.ino: In function ‚void loop()‘:

Waschmaschine:57: error: ’sum_over_thres‘ was not declared in this scope

if (vibration > vibration_log_thres || sum_over_thres() >= 1) {

^

Waschmaschine:58: error: ’send_log‘ was not declared in this scope

send_log();

^

Waschmaschine:62: error: ’sum_over_thres‘ was not declared in this scope

if (sum_over_thres() == sizeof(vibration_last)) {

^

E:\Downloads\Arduino\arduino-nightly\Sketches\Waschmaschine\Waschmaschine.ino: In function ‚void measure_vibration()‘:

Waschmaschine:86: error: ’shift_vibration_array‘ was not declared in this scope

shift_vibration_array();

^

Waschmaschine:96: error: ‚gen_vibration_string‘ was not declared in this scope

Serial.println(„[Vibration] vibration_last = “ + gen_vibration_string());

^

Waschmaschine:97: error: ’sum_over_thres‘ was not declared in this scope

Serial.println(„[Vibration] progress = “ + (String)sum_over_thres() + „/“ + (String)sizeof(vibration_last));

^

E:\Downloads\Arduino\arduino-nightly\Sketches\Waschmaschine\Waschmaschine.ino: In function ‚void send_notification()‘:

Waschmaschine:112: error: ’send_HTTP_request‘ was not declared in this scope

send_HTTP_request(URL_notification[i]);

^

E:\Downloads\Arduino\arduino-nightly\Sketches\Waschmaschine\Waschmaschine.ino: At global scope:

Waschmaschine:117: error: ‚Serial‘ does not name a type

Serial.printf(„[HTTP] Return code: %d\n“, httpCode);

^

Waschmaschine:119: error: expected unqualified-id before ‚if‘

if (httpCode == HTTP_CODE_OK) { Serial.println(http.getString()); }

^

Waschmaschine:120: error: expected declaration before ‚}‘ token

}

^

Mehrere Bibliotheken wurden für „ESP8266WiFi.h“ gefunden
Benutzt: C:\Users\Packy\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi
Nicht benutzt: E:\Downloads\Arduino\arduino-nightly\libraries\ESP8266WiFi
exit status 1
‚connect2Wifi‘ was not declared in this scope