You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After modifying the hardware by removing TX, GPS and Transceiver (I just want to receive information, not send) I am trying to adapt some aspects of the code.
I have manage to modified the hardware to fiscally unable the TX transmission.
Also in main.cpp I DO NOT init. TXPacketPool, TXScheduler and GPS and I have disabled both GPS and TX.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there,
After modifying the hardware by removing TX, GPS and Transceiver (I just want to receive information, not send) I am trying to adapt some aspects of the code.
I have manage to modified the hardware to fiscally unable the TX transmission.
Also in main.cpp I DO NOT init. TXPacketPool, TXScheduler and GPS and I have disabled both GPS and TX.
But still somehow TX is always checking if TX pin is allowed using :
I have search in all .cpp for a call to "isTXAllowed" but didn't find anything...
Using printf_serial_now() I have managed to see what's going on, and this is what putty is displaying:
TX_Scheduler_isTXAllowed
TX_Scheduler_isTXAllowed
TX_Scheduler_isTXAllowed
TX_Scheduler_isTXAllowed
TX_Scheduler_isTXAllowed
TX_Scheduler
TX_Scheduler_isTXAllowed
GPS_Disable
TX_disableTX
$PAISYS,11.x,4.1.0,,STM32L432,0,050
$PAISTN,0,,,0,0,0,0,011
Does anybody has any clue of what is going on here?
Thanks in advance.
PD: the whole project is outstanding... congrats!
Beta Was this translation helpful? Give feedback.
All reactions