Replies: 1 comment 2 replies
-
We can see the "no configuration recieved within ..." message is generated at line 373 of js/serial_backend.js What does a valid connection mean? We find connectionValid set at line 293 of that same file, js/serial_backend.js So it will fail if there isn't an INAV board on that port. For Configurator development and debugging, git clone the source then run Configurator in debug mode. On Linux that can be done with: NODE_ENV=development npm start Other operating systems have similar but different syntax to set a variable in the environment of a particular process. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In the last Months I had a lot of fun with migrating Targets from Betaflight no INAV and creating Custom Targets.
SInce I as well started to play around with custom Boards I came across the following question.
What exactly is happening after clicking on Connect in INAV Configurator when you end up with the message "No Configuration received"?
What is the role of the two in the Process (if at all)?
define TARGET_BOARD_IDENTIFIER "BLUB"
define USBD_PRODUCT_STRING "BLUB_FC"
Is there a way to troubleshoot something like this myself?
Beta Was this translation helpful? Give feedback.
All reactions