Hi, in teensyduino 1.58.1 usage of Wire1.begin() hangs my app on teensy 4.0 board : no errors after compiling and arduino (2.1.1) says upload ok but the app does not run;
when I comment Wire1.begin() in the cpp file it runs, at least I can see starting the app : the code for blinking the led...