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?
Thanks for any help.