zs6buj / AntTracker

Antenna Tracker for tracking a moving model aircraft or drone with a small high-gain UHF or SHF antenna
GNU General Public License v3.0
141 stars 41 forks source link

No Header Fioe (.h) #50

Closed kusnendar closed 1 year ago

kusnendar commented 1 year ago

Get error not header file (.h) frome new libraries file new version IMG_20220901_080414_351

zs6buj commented 1 year ago

Only copy these folders from my GitHub STMF1xx libraries file. They may well be out of date, so you might need to use Library Manager in the Arduino GUI to update them.

[image: image.png]

On Thu, 1 Sept 2022 at 03:14, kusnendar @.***> wrote:

Get error not header file (.h) frome new libraries file new version [image: IMG_20220901_080414_351] https://user-images.githubusercontent.com/12068892/187811657-3e3802fd-f20d-4c7f-971c-b856ab36cba0.jpg

— Reply to this email directly, view it on GitHub https://github.com/zs6buj/AntTracker/issues/50, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCLS5MT74CLZQYQJTV66NTV377QBANCNFSM6AAAAAAQB4K7QY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kusnendar commented 1 year ago

I has copy these folder. But same result. & I checked at libraries folder not found file (.h)

zs6buj commented 1 year ago

I just compiled it here. I clean compiles, but is too big for flash memory. I guess I added too many "features" into the ESP32 version. Lol.

image

I'll see if I can cut it down.

So, in YOUR Arduino library folder, delete (or save somewhere else) all the libraries. Now try to compile, and it will complain about a missing library. Copy back only that library folder. COPY ONLY THE LIBRARY NAME FOLDER, NOT THE COLLECTIVE FOLDER WITH THEM INSIDE.

You might want to tick "Show verbose output during compilation" in File/Preferences image

Read the resulting compilation logs carefully when you try to compile.

zs6buj commented 1 year ago

Ok, it clean compiles when I select 128k variant:

image

image

kusnendar commented 1 year ago

Ok, it clean compiles when I select 128k variant:

image

image

Do can i use my bluepill STM22F103C8(64k) for this project?

kusnendar commented 1 year ago

I just compiled it here. I clean compiles, but is too big for flash memory. I guess I added too many "features" into the ESP32 version. Lol.

image

I'll see if I can cut it down.

So, in YOUR Arduino library folder, delete (or save somewhere else) all the libraries. Now try to compile, and it will complain about a missing library. Copy back only that library folder. COPY ONLY THE LIBRARY NAME FOLDER, NOT THE COLLECTIVE FOLDER WITH THEM INSIDE.

You might want to tick "Show verbose output during compilation" in File/Preferences image

Read the resulting compilation logs carefully when you try to compile.

Please show your libraries folder(take picture)

kusnendar commented 1 year ago

I just compiled it here. I clean compiles, but is too big for flash memory. I guess I added too many "features" into the ESP32 version. Lol.

image

I'll see if I can cut it down.

So, in YOUR Arduino library folder, delete (or save somewhere else) all the libraries. Now try to compile, and it will complain about a missing library. Copy back only that library folder. COPY ONLY THE LIBRARY NAME FOLDER, NOT THE COLLECTIVE FOLDER WITH THEM INSIDE.

You might want to tick "Show verbose output during compilation" in File/Preferences image

Read the resulting compilation logs carefully when you try to compile.

I hope your make 2 file config for STM32 (64k) for minimum feature & ESP32

zs6buj commented 1 year ago

Ok, but my library folder has many libraries, also for other boards. Also, be aware that every board type has its own package folders, which contain libraries for those board variants: image

image

zs6buj commented 1 year ago

You can put library folders into Documents/arduino/libraries/

and the IDE usually looks around for the best ones

zs6buj commented 1 year ago

image

zs6buj commented 1 year ago

Do NOT put folder hierarchies in there

zs6buj commented 1 year ago

I also cleaned up the version numbers slightly on GitHub, but you should not need to download new version 2.19.09

zs6buj commented 1 year ago

Stale