using #ifdef [board]
for user_setup_select.h
?
#3726
Unanswered
amasraff
asked this question in
New processor/display support or capability request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am a novice in programming. But to set up my t-display s3, I had to modify the library of
user_setup_select.h
, and everyone has to do this every single time for every single different board they have. In my opinion, this is a way to open a can of worms.My question is, has
#ifdef [board]
ever been considered to be put onto this file?My reason being is that, of course has been summarised above, just that, people will forget about these modifications in the long run. The use of this
#ifdef [board]
in my opinion, would eliminate the need to modify the file for each individual, for each pc and for each board needed to upload.Beta Was this translation helpful? Give feedback.
All reactions