I've been experimenting with my new MKR WiFi 1010 and Temboo to send emails using a google account.
During the process I must have done something wrong because I got back a lot af red characters in the Desktop IDE feedback area but no feedback from the sensors and time in the Serial Monitor window.
Computer Is MacBook Pro with OS 10.13.6
Arduino IDE is 1.8.9
This is what I get back when I try to upload my sketch:
Sketch uses 37860 bytes (14%) of program storage space. Maximum is 262144 bytes.
Atmel SMART device 0x10010005 found
Device : ATSAMD21G18A
Chip ID : 10010005
Version : v2.0 [Arduino:XYZ] Mar 19 2018 09:45:14
Address : 8192
Pages : 3968
Page Size : 64 bytes
Total Size : 248KB
Planes : 1
Lock Regions : 16
Locked : none
Security : false
Boot Flash : true
BOD : true
BOR : true
Arduino : FAST_CHIP_ERASE
Arduino : FAST_MULTI_PAGE_WRITE
Arduino : CAN_CHECKSUM_MEMORY_BUFFER
Erase flash
done in 0.785 seconds
Write 38300 bytes to flash (599 pages)
[=== ] 10% (64/599 pages)
[====== ] 21% (128/599 pages)
[========= ] 32% (192/599 pages)
[============ ] 42% (256/599 pages)
[================ ] 53% (320/599 pages)
[=================== ] 64% (384/599 pages)
[====================== ] 74% (448/599 pages)
[========================= ] 85% (512/599 pages)
[============================ ] 96% (576/599 pages)
[==============================] 100% (599/599 pages)
done in 0.250 seconds
Verify 38300 bytes of flash with checksum.
Verify successful
done in 0.035 seconds
CPU reset.
Any suggestions ?