mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Merge branch 'development' into release
This commit is contained in:
commit
f17263310f
@ -21,7 +21,7 @@
|
|||||||
#define _TASMOTA_POST_H_
|
#define _TASMOTA_POST_H_
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Function declarations
|
* Function prototypes
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
// Needed for core 2.3.0 compilation (#6721)
|
// Needed for core 2.3.0 compilation (#6721)
|
||||||
@ -39,6 +39,7 @@ void KNX_CB_Action(message_t const &msg, void *arg);
|
|||||||
//#endif // USE_KNX
|
//#endif // USE_KNX
|
||||||
|
|
||||||
char* ToHex_P(const unsigned char * in, size_t insz, char * out, size_t outsz, char inbetween = '\0');
|
char* ToHex_P(const unsigned char * in, size_t insz, char * out, size_t outsz, char inbetween = '\0');
|
||||||
|
extern "C" void custom_crash_callback(struct rst_info * rst_info, uint32_t stack, uint32_t stack_end);
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Default global defines
|
* Default global defines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user