-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 8MB/16MB flash configs for Heltec Lora32/lilygo T-sim7000 #113
base: dev
Are you sure you want to change the base?
Conversation
Targeting mainly the heltec lora32 and lilygo t-sim7000 board with 16MB flash.
The old versiuon did not want to boot the 8MB heltec
The Problem is, that many boards have only 4MB Flash and I want to be comatible. What do you think about it ? |
@gereic yes, but the change doesn't change anything for those boards? it just adds the option to have more features on larger boards. Like I'll implement wireguard for the larger boards. Wrapping that into ifdefs and enabling it only for the boards with more flash is possible. As far as I understand the esp-idf component thing, its the same as the libraries in pio. You can't disable the library dependency finder and handle them manually in pio, too - although in theory it should not include libraries that are not in use. But what I think you might want to set is |
|
I think it will decrease the flash-size, when I unset Options for the small Boards (IPV6, BLuettoth Classic, CAN, ...) |
I'd expect that the parts might be built by pio, but not linked into the image. Tricking the LDF into using the wifi module for websockets doesn't change the image size.
|
No description provided.