DIY fertilizer mixer and plant watering machine https://www.xythobuz.de/giessomat.html
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

WifiStuff.h 109B

1234567
  1. #ifndef _WIFI_STUFF_H_
  2. #define _WIFI_STUFF_H_
  3. void wifi_setup();
  4. void wifi_run();
  5. #endif // _WIFI_STUFF_H_