We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24ea4e + 4fe2fe8 commit ea3f06cCopy full SHA for ea3f06c
freemodbus/modbus/include/mbconfig.h
@@ -175,7 +175,7 @@ PR_BEGIN_EXTERN_C
175
#define MB_FUNC_READWRITE_HOLDING_ENABLED ( 1 )
176
177
/*! \brief Check the option to place timer handler into IRAM */
178
-#define MB_PORT_TIMER_ISR_IN_IRAM ( CONFIG_FMB_TIMER_ISR_IN_IRAM )
+#define MB_PORT_TIMER_ISR_IN_IRAM ( CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD )
179
180
/*! @} */
181
#ifdef __cplusplus
idf_component.yml
@@ -1,4 +1,4 @@
1
-version: "1.0.11"
+version: "1.0.12"
2
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
3
url: https://github.com/espressif/esp-modbus
4
dependencies:
0 commit comments