Merge pull request #245 from alanbjohnston/pico-v0.33-tests

set sys clock to 133
pull/246/head
alanbjohnston 3 years ago committed by GitHub
commit ccd8ae28ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,7 +76,7 @@ extern bool start_camera();
void setup() {
// set_sys_clock_khz(133000, true);
set_sys_clock_khz(133000, true);
Serial.begin(115200);

Loading…
Cancel
Save

Powered by TurnKey Linux.