Color code in custom build
Moderators: Voyager, BertB, grovkillen, Stuntteam, LisaM
Color code in custom build
@TD-er where do i enable color code in custom builds?
Re: Color code in custom build
Ahh, i think i found it
I uncommented it in "define_plugin_sets.h" section "#ifdef LIMIT_BUILD_SIZE".
Is that the right way to do it?
I uncommented it in "define_plugin_sets.h" section "#ifdef LIMIT_BUILD_SIZE".
Is that the right way to do it?
Re: Color code in custom build
Nope, for custom builds you should only need to change either Custom.h or tools/pio/pre_custo_esp82xx.py (or the esp32 variant)
So either in Custom.h:
or in the Python file:
So either in Custom.h:
Code: Select all
#define FEATURE_RULES_EASY_COLOR_CODE 1
Code: Select all
"-DFEATURE_RULES_EASY_COLOR_CODE=1",
Who is online
Users browsing this forum: No registered users and 1 guest