Search found 2 matches
- Fri Aug 13, 2021 9:12 pm
- Forum: ESP32 Arduino
- Topic: Wrap log_x in a function
- Replies: 2
- Views: 3240
Re: Wrap log_x in a function
The answer is certainly on a higher level than mine. But through it I will try to find my solution. Otherwise I will come back. Thank you
- Fri Aug 13, 2021 12:02 am
- Forum: ESP32 Arduino
- Topic: Wrap log_x in a function
- Replies: 2
- Views: 3240
Wrap log_x in a function
Hi masters. I am a beginner in programming and I ask for your help to help me solve a problem that has been tiring me for several days. I would like to provide the arguments of the log_x through a function. But I can't do it. Example: void foo(const char* test, ...) { log_x(test, ...); } int x = 5; ...