From 7aafed9e9548251f755bcdac1d0aea1b64aee6bb Mon Sep 17 00:00:00 2001 From: phdlee Date: Wed, 4 Apr 2018 20:29:27 +0900 Subject: [PATCH] rename ubitx_wspr.cpp to ubitx_wspr.ino --- ubitx_20/ubitx.h | 1 + ubitx_20/{ubitx_wspr.cpp => ubitx_wspr.ino} | 0 2 files changed, 1 insertion(+) rename ubitx_20/{ubitx_wspr.cpp => ubitx_wspr.ino} (100%) 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