How do you update your code into the brain of the robot, in PROS 3.2.0?
To be clear: You are asking about how to download your code to the Brain?
1 Like
I got it under control! Thankyou.
Well, the brain never made any changes…
For example i did (in C++):
void initialize() {
pros::lcd::initialize();
pros::lcd::set_text(1, “Text_here”);
pros::lcd::register_btn1_cb(on_center_button);
}
But the text never appeared on the brain, instead “Hello Pros User” kept popping up!
But now, I realized I had Mcafee running that blocked the service.
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.