Tasmotizer error?

Hi

Hardware:
TTGO LoRa32 SX1276 OLED ESP32

I compile code for receiver, this sketch:

https://raw.githubusercontent.com/RuiSantosdotme/Random-Nerd-Tutorials/master/Projects/ESP32/ESP32_TTGO_LoRa_Receiver.ino

It compiles and it uploads

Error:

Writing at 0x00010000... (11 %)
Writing at 0x0001bf3c... (22 %)
Writing at 0x000249c6... (33 %)
Writing at 0x00029f57... (44 %)
Writing at 0x0002f4a0... (55 %)
Writing at 0x00035689... (66 %)
Writing at 0x0003fc45... (77 %)
Writing at 0x00046483... (88 %)
Writing at 0x0004b99f... (100 %)
Wrote 263840 bytes (144904 compressed) at 0x00010000 in 2.4 seconds (effective 895.6 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...
Invalid library found in D:\Gdrive\Arduino\libraries\libraries\Tasmotizer: 
no headers files (.h) found in D:\Gdrive\Arduino\libraries\libraries\Tasmotizer

Any Idea?
Why does it asks for Tasmotizer at all?

M

It doesn't ask for a library. The IDE found something related to Tasmotizer in the libraries directory and therefore expects it to be a library.

Question is who put it there? You? A virus?

You can delete the directory D:\Gdrive\Arduino\libraries\libraries\Tasmotizer if it's not used; maybe make a backup just in case.

It has nothing to do with your sketch. It's just the IDE telling you that it found a non-library folder in the libraries folder. It will tell you that any time it scans the libraries.

Thanks, this is correct. I moved directory out of library and all went well with no errors!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.