diff --git a/ubitx_20/ubitx.h b/ubitx_20/ubitx.h index 64fcd3f..93467c3 100644 --- a/ubitx_20/ubitx.h +++ b/ubitx_20/ubitx.h @@ -34,6 +34,7 @@ extern byte delay_background(unsigned delayTime, byte fromType); extern int btnDown(void); extern char c[30]; extern char b[30]; +extern int enc_read(void); extern unsigned long frequency; diff --git a/ubitx_20/ubitx_wspr.cpp b/ubitx_20/ubitx_wspr.ino similarity index 100% rename from ubitx_20/ubitx_wspr.cpp rename to ubitx_20/ubitx_wspr.ino