WIFI_ENABLE //Enable WiFi for ESP (Wiznet by default) SPILED_DISABLE //Disable SPI LED library AC_DISABLE //Disable UART Hayer Air condition driver M5STACK //Logging to M5Stack OLED screen NO_HOMIE //Disable HO
What helped me was to just use the Arduino IDE UI to install the libraries from the downloaded zip archives (eg. Sketch -> Include Library -> Add .ZIP Library) In this case I just browsed to theesp8266-oled-ssd1306-master.zipfile and it installed into the correct location instantly sol...
主要功能包括:定时投喂系统,采用硬件定时器实现分钟级精度检测,支持最多4组定时计划存储;WiFi通信模块,利用ESP8266 AT指令实现TCP连接,自定义协议格式用于设置计划或立即投喂;机械控制部分,使用SG90舵机控制仓门,HX711称重模块确保±1g精度监测。硬件连接涉及USART2、TIM3_CH1等接口。此外,还提供了物联网集成和安全...