I’m putting the new .ino’s ( from here ) on to a teensy 4.1 and am getting this message from Arduino 1.8.19:
Autosteer_gps_teensy_v5_5: In function ‘void loop()’:
Autosteer_gps_teensy_v5_5:368: warning: variable ‘res’ set but not used
uint8_t res[100];
^
Autosteer_gps_teensy_v5_5:371: warning: unused variable ‘mon_ver’
byte mon_ver[] = {0xB5, 0x62, 0x0A, 0x04, 0x00, 0x00, 0x0E, 0x34};
^
Memory Usage on Teensy 4.1:
FLASH: code:238928, data:78300, headers:8884 free for files:7800352
RAM1: variables:34308, code:101480, padding:29592 free for local variables:358908
RAM2: variables:12416 free for malloc/new:511872
Is this the message I should be getting? I put the entire contents on the Teensy. It’s not connected to a board, just directly to the computer. Is there a way to see what contents are currently on a Teensy?
By the looks of it, the reference to res on line 368 and mon_ver on 371. These should probably be removed anyway if unused so as not to confuse people.
Looks like it is just a warning. But the thing is if you are able to upload the code then it is all good. Everything else is just warnings that you can simply ignore.
Bonjour,
Tout d’abord merci pour ton aide.
J’ai bien téléversé le code suivant dans le teensy: Autosteer_gps_teensy_v4.1.ino dans le dossier firmware en suivant la procédure sur Github.
Mon f9p est configuré en 1.32 single antenna.
Quand je met sous tension ma carte et connexion ethernet le teensy se met à clignoter rouge rapidement la led ethernet est verte les deux autre rouge (pcb v4 AIO std).
Je ne sais pas si c’est lié mais dans AGlo je n’arrive pas à sélectionner de port (vide) j’ai l’impression qu’il y a un souci de communication. J’utilise une tablette surface pro avec un adaptateur usb pour avoir une prise rj45.
Voilà si ce n’est pas clair je posterai photos et captures d’écrans.