Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Nov 18, 2024
1 parent b7552e5 commit a814e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_support/support.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@ bool GetLog(uint32_t req_loglevel, uint32_t* index_p, char** entry_pp, size_t* l
return false;
}

#if USE_TRAMPOLINE
#if DISABLED_USE_TRAMPOLINE

void AddLogData(uint32_t loglevel, const char* log_data, const char* log_data_payload = nullptr, const char* log_data_retained = nullptr) { }
void AddLog(uint32_t loglevel, PGM_P formatP, ...) { }
Expand Down

0 comments on commit a814e69

Please sign in to comment.