-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Expected Behavior:
The banner and any output from the program prints in the terminal
Actual Behavior:
There is no output
Steps to reproduce:
fresh project with main.cpp looking like this:
#include "main.h"
void initialize() {}
void disabled() {}
void competition_initialize() {}
void autonomous() {}
void opcontrol() {
pros::delay(500);
std::cout << "hello world" << std::flush;
}Plug in controller then run pros mut
System information:
Operating System: windows 10/11 (tried two separate devices)
Vexos version: 1.1.5
Pros kernel version: 3.8.0
Pros cli version: 3.5.4
Additional Information
Have tried two different brains, two different radios, two different download cables, two different controllers and every combination of these setups. Plugging directly into the brain works and also this issue does not occur using cargo-v5
Metadata
Metadata
Assignees
Labels
No labels