Closed Williangalvani closed 3 weeks ago
The backend does it. This is just filtering which boards the serial ports configurator shows up for
On Fri, Oct 18, 2024, 09:18 Patrick José Pereira @.***> wrote:
@.**** commented on this pull request. In core/frontend/src/views/Autopilot.vue https://github.com/bluerobotics/BlueOS/pull/2951#discussion_r1806400791: @@ -182,7 +182,7 @@ export default Vue.extend({ if (!boardname) { return false } return ['Navigator', 'SITL'].includes(boardname) return ['Navigator', 'Navigator64', 'SITL'].includes(boardname) }, That is a decision of the backend. Why not having the backend automatically choose 64 for 64 OS ? — Reply to this email directly, view it on GitHub https://github.com/bluerobotics/BlueOS/pull/2951#discussion_r1806400791, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6T53BWDJEKV3C6N5PYQPTZ4D4BJAVCNFSM6AAAAABPQKRK3GVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGNZXHEZDMMZVGU . You are receiving this because you authored the thread.Message ID: @.***>
In core/frontend/src/views/Autopilot.vue https://github.com/bluerobotics/BlueOS/pull/2951#discussion_r1806400791:
@@ -182,7 +182,7 @@ export default Vue.extend({ if (!boardname) { return false } return ['Navigator', 'SITL'].includes(boardname) return ['Navigator', 'Navigator64', 'SITL'].includes(boardname) },
@@ -182,7 +182,7 @@ export default Vue.extend({ if (!boardname) { return false }
That is a decision of the backend. Why not having the backend automatically choose 64 for 64 OS ?
— Reply to this email directly, view it on GitHub https://github.com/bluerobotics/BlueOS/pull/2951#discussion_r1806400791, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6T53BWDJEKV3C6N5PYQPTZ4D4BJAVCNFSM6AAAAABPQKRK3GVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGNZXHEZDMMZVGU . You are receiving this because you authored the thread.Message ID: @.***>
The backend does it. This is just filtering which boards the serial ports configurator shows up for
On Fri, Oct 18, 2024, 09:18 Patrick José Pereira @.***> wrote: