Team, I hate to come here looking for an easy button, but my research hasn't gotten me anywhere. I had a error during compiling code for the guestbook project. The interest suggested that I change my port to Serial + MTP (Experimental) and my compile errors tripled. I'm hoping it's a cascading effect and if I get solve the big one the others will solve themselves.
Here are few choice errors that I "think" might be most important. I've attached a file with all the error codes, but it's a hot mess and I am not requesting a 1:1 answer. Any assistance that can be provided is appreciated.
1. Compilation error: 'class MTP_class' has no member named 'storage'; did you mean 'MTPStorage MTP_class::storage_'? (not accessible from this context)
2. C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino: In function 'void setup()':
C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino:148:28: error: 'class MTP_class' has no member named 'storage'; did you mean 'MTPStorage MTP_class::storage_'? (not accessible from this context)
148 | MTPcheckInterval = MTP.storage()->get_DeltaDeviceCheckTimeMS();
3. C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino: In function 'void setMTPdeviceChecks(bool)':
C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino:247:9: error: 'class MTP_class' has no member named 'storage'; did you mean 'MTPStorage MTP_class::storage_'? (not accessible from this context)
247 | MTP.storage()->set_DeltaDeviceCheckTimeMS(MTPcheckInterval);
Warren
Here are few choice errors that I "think" might be most important. I've attached a file with all the error codes, but it's a hot mess and I am not requesting a 1:1 answer. Any assistance that can be provided is appreciated.
1. Compilation error: 'class MTP_class' has no member named 'storage'; did you mean 'MTPStorage MTP_class::storage_'? (not accessible from this context)
2. C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino: In function 'void setup()':
C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino:148:28: error: 'class MTP_class' has no member named 'storage'; did you mean 'MTPStorage MTP_class::storage_'? (not accessible from this context)
148 | MTPcheckInterval = MTP.storage()->get_DeltaDeviceCheckTimeMS();
3. C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino: In function 'void setMTPdeviceChecks(bool)':
C:\Users\warre\OneDrive\Documents\Warren\Sketches\audio-guestbook-main\audio-guestbook-main\audio-guestbook\audio-guestbook.ino:247:9: error: 'class MTP_class' has no member named 'storage'; did you mean 'MTPStorage MTP_class::storage_'? (not accessible from this context)
247 | MTP.storage()->set_DeltaDeviceCheckTimeMS(MTPcheckInterval);
Warren