Hi, I have a question regarding developer mode. Unfortunately as soon as DEV mode is enabled it fails with Exit Status 1 right after ,Error compiling for board ATmega328P (5V, 20 MHz) NyBoard V0_1.
Using library MPU6050 in folder: C:\Users\user\Documents\Arduino\libraries\MPU6050 (legacy)
Initially I changed board to 0_2 in Instict.h and managed to upload and play with kitty.
Please let me know what I need to do to enable debug mode
Second question is I wanted to do pretty much the same just without debug mode and with a lot of Printlines. The result is the same. Any thoughts? I added only PTL("this happens") in multiple places in the Nybble.ino code.
OS is Windows 10. I noticed as well some:
errors in the code verification process as well.
If I add PTLs on a few more places, the upload fails with no sufficient storage.
Errors are quite large so I am not sure if posting here would be too much. I attached files
What OS are you using? Developer mode is just a macro to switch on my println() messages during debugging. Many of the messages are not necessary and takes a lot of memory. It may also require some libraries that's not used in our formal code.
So just read the error message and check what it asks for. I don't see the detailed message in your post. They usually gives enough clue to fix the problem.