You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./configure.sh doesn't work in the Windows command prompt. I tried duplicating the sample cfg.h file and renaming it to cfg.h but I get a compile error when I try to Verify the sketch:
In file included from C:\Users\HCC_Admin\Documents\Arduino\nanpy-firmware-master\Nanpy\Nanpy.ino:1:0:
sketch\cfg_all.h:3:17: fatal error: cfg.h: No such file or directory
#include "cfg.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino Duemilanove or Diecimila.
The text was updated successfully, but these errors were encountered:
./configure.sh doesn't work in the Windows command prompt. I tried duplicating the sample cfg.h file and renaming it to cfg.h but I get a compile error when I try to Verify the sketch:
The text was updated successfully, but these errors were encountered: