Closed dniklaus closed 3 years ago
Issue by dniklaus Wed Aug 22 22:41:36 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/25
With the merge of detector-dev_LoraIntegration branch the Debug CLI stopped working.
detector-dev_LoraIntegration
The Debug CLI seems to be back working again as soon as the call to LoraWanPriorityQueue::update() is commented out (m_LoraWanPriorityQueue->update(); in main()).
LoraWanPriorityQueue::update()
m_LoraWanPriorityQueue->update();
main()
Comment by dniklaus Fri Aug 24 23:15:57 2018
fixed by f29809d6d377dfef700b834b70dc50b5468ce0a0
Issue by dniklaus Wed Aug 22 22:41:36 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/25
With the merge of
detector-dev_LoraIntegration
branch the Debug CLI stopped working.The Debug CLI seems to be back working again as soon as the call to
LoraWanPriorityQueue::update()
is commented out (m_LoraWanPriorityQueue->update();
inmain()
).