benzino77 / tasmocompiler

Web GUI for custom Tasmota compilation
MIT License
511 stars 148 forks source link

[feature request] add ESP8266 4MB build variant #380

Closed bam80 closed 11 months ago

bam80 commented 11 months ago

And/or allow custom platformio_override.ini, beside user_config_override.h one.

benzino77 commented 11 months ago

There is such possibility in TasmoCompiler to compile for 4MB boards: image

It will use 4M2M memory layout.

I'm not sure if adding additional step "Custom platformio entries" wouldn't be too "overwhelming" for inexperienced users (TasmoCompiler was build for quick, not complicated, easy to use tool for not so "tech savvy" users). On the other hand I can see that such functionality can be useful. I can imagine that there can be a switch called "tech savvy mode" which will show additional possibilities/features/available settings in TasmoCompiler GUI. Then more advanced users could set more advanced features.

I will leave this issue open so maybe one will pick it up and implement such functionality.

Happy Tasmotizing!

bam80 commented 11 months ago

Thank you, that 4M option is rather hidden because my device is not Wemos/NodeMCU, so it was not obvious this option suits too

benzino77 commented 11 months ago

You are right... it is called "Wemos/NodeMCU" just because those are the most (I believe) popular 4MB board. Some additional information is added to the "description" of the feature when you point your mouse cursor on that.