Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.36 KB

arduino_ide_usage.md

File metadata and controls

27 lines (15 loc) · 1.36 KB

Usage with Arduino IDE

Installation

This library can not yet be installed easily using the Arduino Library manager. Once this is the case, appropriate instructions will be written here.

Configuration

Arduino users may directly change the definitions in src/mqtt_cfg.h.

Logging

This library was developed utilizing the ESP logging library. To see info messages, be sure to (1) select your board in the top-left dropdown menu, and (2) select the desired level of verbosity in Tools > Core Debug Level.