hsaturn / TinyMqtt

ESP 8266 / 32 / WROOM Small footprint Mqtt Broker and Client
GNU General Public License v3.0
183 stars 40 forks source link

TinyConsole.h: No such file or directory #75

Closed lb000655712992 closed 1 year ago

lb000655712992 commented 1 year ago

Hello,when I want deloy the library in my ESP32. I use arduino ide to compile the firmware.But the compiler return message "fatal error: TinyConsole.h: No such file or directory" for me.How can I fix the proplem?Thanks!

real-bombinho commented 1 year ago

You can use the library manager to install the package. If you install TinyMqtt via library manager then you normally get asked if you want to install TinyConsole as well.

[Tools] [Manage libraries...] Enter 'tinycon' into the search field (best without the quotation marks) and you should be offered TinyConsole.

hsaturn commented 1 year ago

Hello

TinyConsole should be installed automatically as a dependency. And real-bombinho said what can be done if not.