Whyzanet / WhyzaGC

Feather Huzzah ESP2866/ESP32 + Featherwing 128x64 OLED Arduino addon to Mightohm Gieger
GNU General Public License v3.0
20 stars 2 forks source link

Where is "uptime_formatter.h" ? #2

Closed ivanpiter closed 1 year ago

ivanpiter commented 1 year ago

exit status 1 uptime_formatter.h: No such file or directory

Whyzanet commented 1 year ago

The file is part of the "Uptime Library" which needs to be installed via Library Manager.

Perhaps you have installed the other library "Uptime" instead ??

Inside the "Uptime Library" directory you will have the uptime_formatter.h file
eg ~/Arduino/libraries/Uptime_Library/src/uptime_formatter.h

ivanpiter commented 1 year ago

Thank you! Uptime Library was not installed. Next stuck: E:\Arduino\libraries\TLog\src\MqttlogStream.cpp:22:10: fatal error: PubSubClient.h: No such file or directory

Whyzanet commented 1 year ago

Install library PubSubClient

~/Arduino/libraries/PubSubClient/src/PubSubClient.h

ivanpiter commented 1 year ago

Great! Finally it is built.

Whyzanet commented 1 year ago

Great news. Have fun !