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
In file included from sketch\bug.ino.cpp:1:0:
C:\Users\yo\Desktop\bug\bug.ino: In function 'const __FlashStringHelper* test()':
C:\Users\yo\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.5\cores\arduino/Arduino.h:30:20: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return
#define F(str) (str)
^
C:\Users\yo\Desktop\bug\bug.ino:4:10: note: in expansion of macro 'F'
return F("Hello,");
^
exit status 1
Erreur de compilation pour la carte Arduino Nano Every
The text was updated successfully, but these errors were encountered:
OS version: Windows 10 build 1903
Arduino IDE version: 1.8.10
Arduino device: Nano Every
Hello,
the code below compiles well with an "arduino nano" but not with an "arduino nano every" :
The result is :
The text was updated successfully, but these errors were encountered: