emccorm2

Results 4 comments of emccorm2

Please see below Error GoProControl.ino #include #include "Secrets.h" /* Control your GoPro with the Serial Monitor edit the file Secrets.h with your camera netword name and password CAMERA could be:...

If I change line 10 to #define CAMERA "HERO3" // Change here for your camera With "" I then get error Compilation error: invalid conversion from 'const char*' to 'uint8_t'...

Same Error Code Compilation error: invalid conversion from 'const char*' to 'uint8_t' {aka 'unsigned char'} [-fpermissive] Highlights line 12 GoProControl gp(GOPRO_SSID, GOPRO_PASS, CAMERA); Also Highlights lines: 48 if (CAMERA ==...

Changing in GoProControl.h From #include #include to #include "Arduino.h" #include "Settings.h" Unhighlighted lines 110 through 144 that were in error so maybe we are on to something.