diff --git a/packet_forwarder/src/lora_pkt_fwd.c b/packet_forwarder/src/lora_pkt_fwd.c index 501f0c02..8787fa29 100644 --- a/packet_forwarder/src/lora_pkt_fwd.c +++ b/packet_forwarder/src/lora_pkt_fwd.c @@ -1889,9 +1889,9 @@ int main(int argc, char ** argv) i = lgw_get_temperature(&temperature); pthread_mutex_unlock(&mx_concent); if (i != LGW_HAL_SUCCESS) { -// printf("### Concentrator temperature unknown ###\n"); +// DEBUG_MSG("### Concentrator temperature unknown ###\n"); } else { -// printf("### Concentrator temperature: %.0f C ###\n", temperature); +// DEBUG_MSG("### Concentrator temperature: %.0f C ###\n", temperature); } printf("##### END #####\n"); diff --git a/tools/reset_lgw.sh b/tools/reset_lgw.sh index efa8ee77..66bb6696 100755 --- a/tools/reset_lgw.sh +++ b/tools/reset_lgw.sh @@ -12,7 +12,7 @@ # if [ -z "$2" ]; then - SX1302_RESET_PIN=38 + echo "SX1302_RESET_PIN parameter not passed in, using value from the environment ${SX1302_RESET_PIN}" else SX1302_RESET_PIN=$2 fi