Skip to content

Commit

Permalink
Fix tx power for non PA build
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Sep 25, 2020
1 parent 32d3716 commit 6ad790f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CC2530DB/GenericApp.ewp
Original file line number Diff line number Diff line change
Expand Up @@ -3730,6 +3730,7 @@
<name>CCDefines</name>
<state>HAL_BOARD_TARGET</state>
<state>HAL_PA_LNA_CC2592</state>
<state>APP_TX_POWER=19</state>
</option>
<option>
<name>CCPreprocFile</name>
Expand Down Expand Up @@ -4872,6 +4873,7 @@
<name>CCDefines</name>
<state>HAL_BOARD_TARGET</state>
<state>HAL_PA_LNA_CC2592</state>
<state>APP_TX_POWER=19</state>
</option>
<option>
<name>CCPreprocFile</name>
Expand Down
2 changes: 0 additions & 2 deletions Source/preinclude.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

#if defined(HAL_BOARD_TARGET)
#define HAL_KEY_P2_INPUT_PINS BV(0)
#define APP_TX_POWER TX_PWR_PLUS_19
#define SENSEAIR_UART_PORT 0x00
#define HAL_UART_DMA 1
#define HAL_UART_ISR 0
Expand All @@ -50,7 +49,6 @@
#else
#define INT_HEAP_LEN 2839
#endif
// #define POWER_SAVING
#elif defined(HAL_BOARD_CHDTECH_DEV)
#define SENSEAIR_UART_PORT 0x01
#define HAL_KEY_P0_INPUT_PINS BV(1)
Expand Down
2 changes: 1 addition & 1 deletion zstack-lib
Submodule zstack-lib updated 1 files
+5 −8 commissioning.c

0 comments on commit 6ad790f

Please sign in to comment.