Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Sounds like RF is getting back into the rig. How far away is the loop? Does it do that without the mic plugged in and just a shorted plug in the key jack? Bob, N1KPR NOTE Pls add backup address to your phone book: rwbetts@... http://www.bobsamerica.com? http://www.youtube.com/n1kpr Engineering: Where Enigma meets Paradox
On Friday, July 31, 2020, 6:41:29 PM EDT, Dale Parfitt <parinc1@...> wrote:
Again, how far is the antenna from the rig? Have you attempted choking the feedline to reduce common mode? Do you pretune the antenna before putting it on the rig? ? Dale W4OP ? From: [email protected] [mailto:[email protected]] On Behalf Of eb2elu@... ? But only happens with that antenna and only when antenna is tuned for the ubitx operating frequency. |
Dale Parfitt
¿ªÔÆÌåÓýAgain, how far is the antenna from the rig? Have you attempted choking the feedline to reduce common mode? Do you pretune the antenna before putting it on the rig? ? Dale W4OP ? From: [email protected] [mailto:[email protected]] On Behalf Of eb2elu@... ? But only happens with that antenna and only when antenna is tuned for the ubitx operating frequency. |
Dale Parfitt
¿ªÔÆÌåÓýThis is most certainly RFI or the PA going nuts because of high SWR. How far is the antenna from the rig? Have you attempted to pretune the loop with an antenna analyzer and then putting the antenna ??on the uBitx at the same frequency? For a loop of a given diameter, the narrower the BW the more efficient it is. The gain of this antenna is far below a half wave dipole- a poor choice for QRP work, albeit convenient. ? Dale W4OP ? From: [email protected] [mailto:[email protected]] On Behalf Of eb2elu@... ? I would like to use my ubitx in portable operations so I bought a wonderband wonderloop antenna. It is a tiny magnetic loop? that seemed to be great for this radio but something really weird happens when I use it with my ubitx. If I tune wonderloop antenna on the right frequency? I am using and push ptt, ubitx starts to do a very fast TX/RX cycle. If antenna is not tuned for that frequency ubitx and I push PTT normal TX operation happens. |
toggle quoted message
Show quoted text
On Jul 31, 2020, at 18:11, eb2elu@... wrote:
|
I would like to use my ubitx in portable operations so I bought a wonderband wonderloop antenna. It is a tiny magnetic loop? that seemed to be great for this radio but something really weird happens when I use it with my ubitx. If I tune wonderloop antenna on the right frequency? I am using and push ptt, ubitx starts to do a very fast TX/RX cycle. If antenna is not tuned for that frequency ubitx and I push PTT normal TX operation happens.
https://youtu.be/vG_MR4AtKkU Does anybody have any idea about it could be happening? |
Jack, W8TEE
Some of the errors look to me like an #include file is missing. Check your library directory to make sure you have all of the header (*.h) files included. A lot of the errors are of the ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
variety. Those are easy to fix. For example, this is on of the errors: ?? displayDialog("Set BFO", "Press TUNE to Save"); The latest version of the compiler treats string constant differently. To fix these, just cast the string constant to a char pointer: ?? displayDialog((char *) "Set BFO", (char *) "Press TUNE to Save"); and those should go away. Jack, W8TEE
On Friday, July 31, 2020, 3:31:42 PM EDT, IW4AJR Loris <iw4ajr@...> wrote:
I use 1.8.13 Arduino-IDE over iMac with MacOS 10.14.6 The device driver is not important during verification sketch , bat is not problematic, other sketch working very well with integrate drivers in MacOS. Following the list of the errors obtained in both use mode of NANO EVERY original Arduino board in ATMEGA328 version, the list of errors is that (verify sketch): Arduino:1.8.13 (Mac OS X), Scheda:"Arduino Nano Every, ATMEGA328"
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void PCINT1_vect()':
sketch/encoder.cpp:24:6: warning: 'PCINT1_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR (PCINT1_vect)
? ? ? ^
sketch/encoder.cpp: In function 'void pci_setup(byte)':
encoder.cpp:63:4: error: 'digitalPinToPCMSK' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
sketch/encoder.cpp:63:4: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
? ? digitalPinToPort
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:63:35: error: 'digitalPinToPCMSKbit' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/encoder.cpp:63:35: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:64:3: error: 'PCIFR' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ?^~~~~
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:64:18: error: 'digitalPinToPCICRbit' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/encoder.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:65:3: error: 'PCICR' was not declared in this scope
? ?PCICR ?|= bit (digitalPinToPCICRbit(pin)); // enable interrupt for the group
? ?^~~~~
sketch/encoder.cpp: In function 'void enc_setup()':
encoder.cpp:81:3: error: 'TCCR1A' was not declared in this scope
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
sketch/encoder.cpp:81:3: note: suggested alternative: 'TCB1'
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
? ?TCB1
encoder.cpp:82:3: error: 'TCCR1B' was not declared in this scope
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
sketch/encoder.cpp:82:3: note: suggested alternative: 'TCB1'
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
? ?TCB1
encoder.cpp:83:3: error: 'TCNT1' was not declared in this scope
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
sketch/encoder.cpp:83:3: note: suggested alternative: 'TCB1'
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
? ?TCB1
encoder.cpp:84:3: error: 'OCR1A' was not declared in this scope
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
? ?^~~~~
sketch/encoder.cpp:84:18: warning: integer overflow in expression [-Woverflow]
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
encoder.cpp:85:3: error: 'TIMSK1' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:85:3: note: suggested alternative: 'TIMERB1'
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
? ?TIMERB1
encoder.cpp:85:19: error: 'OCIE1A' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ? ? ? ? ? ? ? ? ?^~~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void TIMER1_COMPA_vect()':
sketch/encoder.cpp:88:5: warning: 'TIMER1_COMPA_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR(TIMER1_COMPA_vect)
? ? ?^
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp: In function 'void setupFreq()':
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set Frequency", "Push TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:40:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("You should have a", 20, 50, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:41:74: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("signal exactly at ", 20, 75, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:46:75: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Rotate to zerobeat", 20, 180, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupBFO()':
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set BFO", "Press TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp: In function 'void displayVFO(int)':
sketch/ubitx_ui.cpp:186:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOA", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupCwDelay()':
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW T/R Delay", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:207:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupKeyer()':
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW Keyer", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:175:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/nano_gui.cpp: In function 'void displayInit()':
sketch/nano_gui.cpp:292:13: warning: invalid conversion from 'const GFXfont*' to 'GFXfont*' [-fpermissive]
? ?gfxFont = &ubitx_font;
? ? ? ? ? ? ?^~~~~~~~~~~
sketch/setup.cpp:177:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:179:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:206:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:208:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:210:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp: In function 'void drawSetupMenu()':
sketch/setup.cpp:233:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Setup", 10, 10, 300, 35, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_WHITE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:236:68: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set Freq...", 30, 50, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:237:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set BFO...", 30, 80, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:238:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Delay...", 30, 110, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:239:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Keyer...", 30, 140, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:240:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Touch Screen...", 30, 170, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:241:62: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Exit", 30, 200, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void displayRIT()':
sketch/ubitx_ui.cpp:293:79: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 0, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:295:81: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 160, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void fastTune()':
sketch/ubitx_ui.cpp:307:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Fast tune", 100, 55, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void drawTx()':
sketch/ubitx_ui.cpp:424:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("TX", 280, 48, 37, 28, DISPLAY_BLACK, DISPLAY_ORANGE, DISPLAY_BLUE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void splitToggle(Button*)':
sketch/ubitx_ui.cpp:557:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("RIT", &b2);
? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void vfoReset()':
sketch/ubitx_ui.cpp:575:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("SPL", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:580:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void sidebandToggle(Button*)':
sketch/ubitx_ui.cpp:610:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("USB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:612:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("LSB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void redrawVFOs()':
sketch/ubitx_ui.cpp:623:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:632:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("LSB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:634:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("USB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'int setCwSpeed()':
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?wpm = getValueByKnob(1, 100, 1, ?wpm, "CW: ", " WPM");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/nano_gui.cpp: In function 'void setupTouch()':
sketch/nano_gui.cpp:490:97: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Click on the cross", 20,100, 200, 50, DISPLAY_WHITE, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino: In function 'void setup()':
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino:817:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("v6.1", 270, 210, DISPLAY_LIGHTGREY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
exit status 1
'digitalPinToPCMSK' was not declared in this scope
?
in native version (ATMEGA4809) is the error list is (verify sketch):
Arduino:1.8.13 (Mac OS X), Scheda:"Arduino Nano Every, None (ATMEGA4809)"
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void PCINT1_vect()':
sketch/encoder.cpp:24:6: warning: 'PCINT1_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR (PCINT1_vect)
? ? ? ^
sketch/encoder.cpp: In function 'void pci_setup(byte)':
encoder.cpp:63:4: error: 'digitalPinToPCMSK' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
sketch/encoder.cpp:63:4: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
? ? digitalPinToPort
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:63:35: error: 'digitalPinToPCMSKbit' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/encoder.cpp:63:35: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:64:3: error: 'PCIFR' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ?^~~~~
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:64:18: error: 'digitalPinToPCICRbit' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupFreq()':
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set Frequency", "Push TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:40:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("You should have a", 20, 50, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:41:74: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("signal exactly at ", 20, 75, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:46:75: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Rotate to zerobeat", 20, 180, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupBFO()':
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set BFO", "Press TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp: In function 'void setupCwDelay()':
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW T/R Delay", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp: In function 'void setupKeyer()':
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW Keyer", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:175:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:177:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:179:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:206:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:208:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:210:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp: In function 'void drawSetupMenu()':
sketch/setup.cpp:233:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Setup", 10, 10, 300, 35, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_WHITE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:236:68: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set Freq...", 30, 50, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:237:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set BFO...", 30, 80, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:238:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Delay...", 30, 110, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:239:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Keyer...", 30, 140, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:240:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Touch Screen...", 30, 170, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:241:62: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Exit", 30, 200, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/encoder.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:65:3: error: 'PCICR' was not declared in this scope
? ?PCICR ?|= bit (digitalPinToPCICRbit(pin)); // enable interrupt for the group
? ?^~~~~
sketch/encoder.cpp: In function 'void enc_setup()':
encoder.cpp:81:3: error: 'TCCR1A' was not declared in this scope
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
sketch/encoder.cpp:81:3: note: suggested alternative: 'TCB1'
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
? ?TCB1
encoder.cpp:82:3: error: 'TCCR1B' was not declared in this scope
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:82:3: note: suggested alternative: 'TCB1'
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
? ?TCB1
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
encoder.cpp:83:3: error: 'TCNT1' was not declared in this scope
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:83:3: note: suggested alternative: 'TCB1'
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
? ?TCB1
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
encoder.cpp:84:3: error: 'OCR1A' was not declared in this scope
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
? ?^~~~~
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:84:18: warning: integer overflow in expression [-Woverflow]
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
encoder.cpp:85:3: error: 'TIMSK1' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
sketch/nano_gui.cpp: In function 'void displayInit()':
sketch/nano_gui.cpp:292:13: warning: invalid conversion from 'const GFXfont*' to 'GFXfont*' [-fpermissive]
? ?gfxFont = &ubitx_font;
? ? ? ? ? ? ?^~~~~~~~~~~
sketch/encoder.cpp:85:3: note: suggested alternative: 'TIMERB1'
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
? ?TIMERB1
encoder.cpp:85:19: error: 'OCIE1A' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ? ? ? ? ? ? ? ? ?^~~~~~
sketch/ubitx_ui.cpp: In function 'void displayVFO(int)':
sketch/ubitx_ui.cpp:186:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOA", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:207:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void displayRIT()':
sketch/ubitx_ui.cpp:293:79: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 0, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:295:81: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 160, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void fastTune()':
sketch/ubitx_ui.cpp:307:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Fast tune", 100, 55, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/nano_gui.cpp: In function 'void setupTouch()':
sketch/nano_gui.cpp:490:97: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Click on the cross", 20,100, 200, 50, DISPLAY_WHITE, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void drawTx()':
sketch/ubitx_ui.cpp:424:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("TX", 280, 48, 37, 28, DISPLAY_BLACK, DISPLAY_ORANGE, DISPLAY_BLUE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void splitToggle(Button*)':
sketch/ubitx_ui.cpp:557:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("RIT", &b2);
? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void vfoReset()':
sketch/ubitx_ui.cpp:575:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("SPL", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:580:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void sidebandToggle(Button*)':
sketch/ubitx_ui.cpp:610:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("USB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:612:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("LSB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void redrawVFOs()':
sketch/ubitx_ui.cpp:623:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:632:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("LSB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:634:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("USB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void TIMER1_COMPA_vect()':
sketch/encoder.cpp:88:5: warning: 'TIMER1_COMPA_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR(TIMER1_COMPA_vect)
? ? ?^
sketch/ubitx_ui.cpp: In function 'int setCwSpeed()':
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?wpm = getValueByKnob(1, 100, 1, ?wpm, "CW: ", " WPM");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino: In function 'void setup()':
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino:817:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("v6.1", 270, 210, DISPLAY_LIGHTGREY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
exit status 1
'digitalPinToPCMSK' was not declared in this scope
?
-- Jack, W8TEE |
Loris,
FYI: On a Windows 10 machine, I had a successful compile with IDE version 1.8.12.? (older version than you used) I installed "Board Manager" Arduino megaAVR Boards vs 1.8.6 for this test compile. Also note that ATMega 4809 on the EVERY only has 256B of EEPROM (vs 1kB for the 328P on the NANO clone) You will need to change the memory map in the HF Signals ubitx code: #define VFO_A_MODE? 256 // 2: LSB, 3: USB
#define VFO_B_MODE? 257
#define CW_KEY_TYPE 358
You have plenty of room. (you would not for KD8CEC code!)?
Rgds, Gary |
IW4AJR Loris
I use 1.8.13 Arduino-IDE over iMac with MacOS 10.14.6
The device driver is not important during verification sketch , bat is not problematic, other sketch working very well with integrate drivers in MacOS. Following the list of the errors obtained in both use mode of NANO EVERY original Arduino board in ATMEGA328 version, the list of errors is that (verify sketch): Arduino:1.8.13 (Mac OS X), Scheda:"Arduino Nano Every, ATMEGA328"
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void PCINT1_vect()':
sketch/encoder.cpp:24:6: warning: 'PCINT1_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR (PCINT1_vect)
? ? ? ^
sketch/encoder.cpp: In function 'void pci_setup(byte)':
encoder.cpp:63:4: error: 'digitalPinToPCMSK' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
sketch/encoder.cpp:63:4: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
? ? digitalPinToPort
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:63:35: error: 'digitalPinToPCMSKbit' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/encoder.cpp:63:35: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:64:3: error: 'PCIFR' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ?^~~~~
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:64:18: error: 'digitalPinToPCICRbit' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/encoder.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:65:3: error: 'PCICR' was not declared in this scope
? ?PCICR ?|= bit (digitalPinToPCICRbit(pin)); // enable interrupt for the group
? ?^~~~~
sketch/encoder.cpp: In function 'void enc_setup()':
encoder.cpp:81:3: error: 'TCCR1A' was not declared in this scope
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
sketch/encoder.cpp:81:3: note: suggested alternative: 'TCB1'
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
? ?TCB1
encoder.cpp:82:3: error: 'TCCR1B' was not declared in this scope
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
sketch/encoder.cpp:82:3: note: suggested alternative: 'TCB1'
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
? ?TCB1
encoder.cpp:83:3: error: 'TCNT1' was not declared in this scope
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
sketch/encoder.cpp:83:3: note: suggested alternative: 'TCB1'
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
? ?TCB1
encoder.cpp:84:3: error: 'OCR1A' was not declared in this scope
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
? ?^~~~~
sketch/encoder.cpp:84:18: warning: integer overflow in expression [-Woverflow]
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
encoder.cpp:85:3: error: 'TIMSK1' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:85:3: note: suggested alternative: 'TIMERB1'
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
? ?TIMERB1
encoder.cpp:85:19: error: 'OCIE1A' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ? ? ? ? ? ? ? ? ?^~~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void TIMER1_COMPA_vect()':
sketch/encoder.cpp:88:5: warning: 'TIMER1_COMPA_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR(TIMER1_COMPA_vect)
? ? ?^
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp: In function 'void setupFreq()':
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set Frequency", "Push TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:40:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("You should have a", 20, 50, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:41:74: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("signal exactly at ", 20, 75, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:46:75: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Rotate to zerobeat", 20, 180, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupBFO()':
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set BFO", "Press TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp: In function 'void displayVFO(int)':
sketch/ubitx_ui.cpp:186:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOA", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupCwDelay()':
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW T/R Delay", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:207:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupKeyer()':
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW Keyer", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:175:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/nano_gui.cpp: In function 'void displayInit()':
sketch/nano_gui.cpp:292:13: warning: invalid conversion from 'const GFXfont*' to 'GFXfont*' [-fpermissive]
? ?gfxFont = &ubitx_font;
? ? ? ? ? ? ?^~~~~~~~~~~
sketch/setup.cpp:177:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:179:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:206:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:208:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:210:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp: In function 'void drawSetupMenu()':
sketch/setup.cpp:233:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Setup", 10, 10, 300, 35, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_WHITE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:236:68: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set Freq...", 30, 50, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:237:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set BFO...", 30, 80, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:238:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Delay...", 30, 110, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:239:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Keyer...", 30, 140, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:240:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Touch Screen...", 30, 170, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:241:62: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Exit", 30, 200, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void displayRIT()':
sketch/ubitx_ui.cpp:293:79: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 0, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:295:81: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 160, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void fastTune()':
sketch/ubitx_ui.cpp:307:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Fast tune", 100, 55, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void drawTx()':
sketch/ubitx_ui.cpp:424:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("TX", 280, 48, 37, 28, DISPLAY_BLACK, DISPLAY_ORANGE, DISPLAY_BLUE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void splitToggle(Button*)':
sketch/ubitx_ui.cpp:557:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("RIT", &b2);
? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void vfoReset()':
sketch/ubitx_ui.cpp:575:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("SPL", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:580:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void sidebandToggle(Button*)':
sketch/ubitx_ui.cpp:610:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("USB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:612:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("LSB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void redrawVFOs()':
sketch/ubitx_ui.cpp:623:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:632:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("LSB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:634:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("USB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'int setCwSpeed()':
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?wpm = getValueByKnob(1, 100, 1, ?wpm, "CW: ", " WPM");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/nano_gui.cpp: In function 'void setupTouch()':
sketch/nano_gui.cpp:490:97: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Click on the cross", 20,100, 200, 50, DISPLAY_WHITE, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino: In function 'void setup()':
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino:817:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("v6.1", 270, 210, DISPLAY_LIGHTGREY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
exit status 1
'digitalPinToPCMSK' was not declared in this scope
?
in native version (ATMEGA4809) is the error list is (verify sketch): Arduino:1.8.13 (Mac OS X), Scheda:"Arduino Nano Every, None (ATMEGA4809)"
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void PCINT1_vect()':
sketch/encoder.cpp:24:6: warning: 'PCINT1_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR (PCINT1_vect)
? ? ? ^
sketch/encoder.cpp: In function 'void pci_setup(byte)':
encoder.cpp:63:4: error: 'digitalPinToPCMSK' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
sketch/encoder.cpp:63:4: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ^~~~~~~~~~~~~~~~~
? ? digitalPinToPort
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:63:35: error: 'digitalPinToPCMSKbit' was not declared in this scope
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/encoder.cpp:63:35: note: suggested alternative: 'digitalPinToPort'
? ?*digitalPinToPCMSK(pin) |= bit (digitalPinToPCMSKbit(pin)); ?// enable pin
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:64:3: error: 'PCIFR' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ?^~~~~
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/HardwareSPI.h:21:0,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/ArduinoAPI.h:31,
? ? ? ? ? ? ? ? ?from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:23,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
encoder.cpp:64:18: error: 'digitalPinToPCICRbit' was not declared in this scope
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupFreq()':
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set Frequency", "Push TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:33:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:40:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("You should have a", 20, 50, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:41:74: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("signal exactly at ", 20, 75, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:46:75: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Rotate to zerobeat", 20, 180, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp: In function 'void setupBFO()':
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set BFO", "Press TUNE to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:102:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp: In function 'void setupCwDelay()':
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW T/R Delay", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:135:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp: In function 'void setupKeyer()':
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayDialog("Set CW Keyer", "Press tune to Save");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:172:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/setup.cpp:175:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:177:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:179:94: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:206:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Hand Key >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:208:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic A >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:210:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("< Iambic B >", 100, 100, 120, 26, DISPLAY_CYAN, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp: In function 'void drawSetupMenu()':
sketch/setup.cpp:233:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Setup", 10, 10, 300, 35, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_WHITE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:236:68: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set Freq...", 30, 50, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/setup.cpp:237:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Set BFO...", 30, 80, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:238:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Delay...", 30, 110, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:239:69: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("CW Keyer...", 30, 140, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:240:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Touch Screen...", 30, 170, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/setup.cpp:241:62: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Exit", 30, 200, DISPLAY_WHITE, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/encoder.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
? ?PCIFR ?|= bit (digitalPinToPCICRbit(pin)); // clear any outstanding interrupt
? ? ? ? ? ? ? ? ? ^
/Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/api/Common.h:70:25: note: in definition of macro 'bit'
?#define bit(b) (1UL << (b))
? ? ? ? ? ? ? ? ? ? ? ? ?^
encoder.cpp:65:3: error: 'PCICR' was not declared in this scope
? ?PCICR ?|= bit (digitalPinToPCICRbit(pin)); // enable interrupt for the group
? ?^~~~~
sketch/encoder.cpp: In function 'void enc_setup()':
encoder.cpp:81:3: error: 'TCCR1A' was not declared in this scope
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
sketch/encoder.cpp:81:3: note: suggested alternative: 'TCB1'
? ?TCCR1A = 0;//"normal" mode
? ?^~~~~~
? ?TCB1
encoder.cpp:82:3: error: 'TCCR1B' was not declared in this scope
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:82:3: note: suggested alternative: 'TCB1'
? ?TCCR1B = 3;//clock divider of 64
? ?^~~~~~
? ?TCB1
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
encoder.cpp:83:3: error: 'TCNT1' was not declared in this scope
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
?};
?^
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:83:3: note: suggested alternative: 'TCB1'
? ?TCNT1 ?= 0;//start counting at 0
? ?^~~~~
? ?TCB1
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
encoder.cpp:84:3: error: 'OCR1A' was not declared in this scope
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
? ?^~~~~
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/ubitx_ui.cpp:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
sketch/encoder.cpp:84:18: warning: integer overflow in expression [-Woverflow]
? ?OCR1A ?= F_CPU * CALLBACK_PERIOD_MS / 1000 / 64;//set target number
encoder.cpp:85:3: error: 'TIMSK1' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
sketch/nano_gui.cpp: In function 'void displayInit()':
sketch/nano_gui.cpp:292:13: warning: invalid conversion from 'const GFXfont*' to 'GFXfont*' [-fpermissive]
? ?gfxFont = &ubitx_font;
? ? ? ? ? ? ?^~~~~~~~~~~
sketch/encoder.cpp:85:3: note: suggested alternative: 'TIMERB1'
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ?^~~~~~
? ?TIMERB1
encoder.cpp:85:19: error: 'OCIE1A' was not declared in this scope
? ?TIMSK1 |= (1 << OCIE1A);//enable interrupt
? ? ? ? ? ? ? ? ? ?^~~~~~
sketch/ubitx_ui.cpp: In function 'void displayVFO(int)':
sketch/ubitx_ui.cpp:186:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOA", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:207:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("VFOB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void displayRIT()':
sketch/ubitx_ui.cpp:293:79: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 0, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:295:81: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ? ?displayText("", 160, 45,159, 30, DISPLAY_WHITE, DISPLAY_NAVY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void fastTune()':
sketch/ubitx_ui.cpp:307:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("Fast tune", 100, 55, DISPLAY_CYAN, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/nano_gui.cpp: In function 'void setupTouch()':
sketch/nano_gui.cpp:490:97: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayText("Click on the cross", 20,100, 200, 50, DISPLAY_WHITE, DISPLAY_BLACK, DISPLAY_BLACK);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void drawTx()':
sketch/ubitx_ui.cpp:424:83: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?displayText("TX", 280, 48, 37, 28, DISPLAY_BLACK, DISPLAY_ORANGE, DISPLAY_BLUE);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void splitToggle(Button*)':
sketch/ubitx_ui.cpp:557:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("RIT", &b2);
? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp: In function 'void vfoReset()':
sketch/ubitx_ui.cpp:575:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("SPL", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:580:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void sidebandToggle(Button*)':
sketch/ubitx_ui.cpp:610:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("USB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:612:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?getButton("LSB", &e);
? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp: In function 'void redrawVFOs()':
sketch/ubitx_ui.cpp:623:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("RIT", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:632:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("LSB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
sketch/ubitx_ui.cpp:634:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?getButton("USB", &b);
? ? ? ? ? ? ? ? ? ? ? ? ^
In file included from /Users/lorisbollina/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.6/cores/arduino/Arduino.h:27:0,
? ? ? ? ? ? ? ? ?from sketch/encoder.cpp:1:
sketch/encoder.cpp: In function 'void TIMER1_COMPA_vect()':
sketch/encoder.cpp:88:5: warning: 'TIMER1_COMPA_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
?ISR(TIMER1_COMPA_vect)
? ? ?^
sketch/ubitx_ui.cpp: In function 'int setCwSpeed()':
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ? ?wpm = getValueByKnob(1, 100, 1, ?wpm, "CW: ", " WPM");
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
sketch/ubitx_ui.cpp:664:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino: In function 'void setup()':
/Users/lorisbollina/Desktop/ubitx_v6.1_code/ubitx_v6.1_code.ino:817:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
? ?displayRawText("v6.1", 270, 210, DISPLAY_LIGHTGREY, DISPLAY_NAVY);
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
exit status 1
'digitalPinToPCMSK' was not declared in this scope
?
|
Jack, W8TEE
You need to copy the error message list to a TXT file and post it, as that's about the only way to see what's going on. Also, what OS are you using and which version of the IDE and have you installed the proper device drivers? The device drivers are usually the CH340 or 341, but I don't know about the NANO EVERY. Jack, W8TEE
On Friday, July 31, 2020, 2:59:54 PM EDT, IW4AJR Loris <iw4ajr@...> wrote:
Hi everyone,
I would like to use the NANO EVERY board to compile the ?BITX V6 software to have more memory space for the program and to be able to add parts for the S-meter and SWR-meter without going crazy with the space of an OLD NANO clone ...
The problem is:
trying to compile version 6.3.1 present in https://github.com/afarhan/ubitxv6 with version 1.8.13 of the Arduino-IDE, the compiler lists a disproportionate number of errors and does not compile the software.
I specify that I used the NANO EVERY in both possible ways, ATMEGA328 and ATMEGA4809, never results were identical in both ways.
Does anyone know how to fix it?
Having 49152 bytes available for the sketch and 6144 bytes for the variables seems to me to be a great step forward !!!!
-- Jack, W8TEE |
IW4AJR Loris
Hi everyone,
I would like to use the NANO EVERY board to compile the ?BITX V6 software to have more memory space for the program and to be able to add parts for the S-meter and SWR-meter without going crazy with the space of an OLD NANO clone ...
The problem is:
trying to compile version 6.3.1 present in https://github.com/afarhan/ubitxv6 with version 1.8.13 of the Arduino-IDE, the compiler lists a disproportionate number of errors and does not compile the software.
I specify that I used the NANO EVERY in both possible ways, ATMEGA328 and ATMEGA4809, never results were identical in both ways.
Does anyone know how to fix it?
Having 49152 bytes available for the sketch and 6144 bytes for the variables seems to me to be a great step forward !!!! |
In raduino tft description attached, you find at second bullet, data regarding pin out being same as 16x2 display. On Fri, 31 Jul 2020, 11:40 pm MVS Sarma via , <mvssarma=[email protected]> wrote:
|
In the v6 description,i remember Farhan mentoned that old raduino with 16*2 display can be used with propey planing it in the socket.?? As such in the same psition, kd8cec firmware with nextion could also work.? Sarma v3zmv On Fri, 31 Jul 2020, 10:19 pm Ian Offer, <icoffer@...> wrote: Are we to expect a KD8CEC firmware release that runs on UbitxV6 hardware? |
¿ªÔÆÌåÓýI would not expect anything of the sort.? Lee has on to other projects.? The change from V5 to V6 is relatively easy¡ in fact some on the reflector have done it already. ? ? From: [email protected] [mailto:[email protected]] On Behalf Of Ian Offer ? Are we to expect a KD8CEC firmware release that runs on UbitxV6 hardware? -- ¡_. _._ |
Re: add yourself to the new BITX operators map
Glad to see you guys are using the map and getting something out of it.? As I have stated in the past, I'm happy to keep the domain name and map going but if someone wants to take it and do more with it they can have it.? My only stipulation is it stays free to use forever and you don't load it up with advertising.? There is nowhere near enough traffic to make ads worth it anyway although I suppose if someone took this over and wanted a unobtrusive sponsor ad to cover any true cost that would be ok.
-- |
Re: At my wit's end with this uBitx
SUCCESS (mostly).? Replacing the Nano and loading the correct hex file using XLoader, incidentally the same file I had tried earlier, I am now hearing signals on all bands,
Calibration is not quite on though and I'm not hearing ssb as I should. It seems as though the BFO settings using Farhan's tuning tool is not quite doing it. So I'm recalibrating, again. But I'm 99% there and that is a cause for celebration. Thanks for all the help. I think this is going to work out and it certainly has provided a lot of learning. 72 Grover K7TP |
Re: add yourself to the new BITX operators map
I want to let the group know that Evan Hand, AC9TU, has added four additional "LIVE" icons to the BITX Users Map. You can now change YOUR icon to not only show you are on-the-air but WHERE you are listening? All of us know we may need to move up or down-band a little to avoid QRM but finding other BITX needles in the aether haystack just became a lot easier.? There are now icons for the 80M, 40M & 20M ARRL QRP Calling Frequencies as well as the 7.277 MHz frequency. If we display these new icons on BITXmap.com to show when and where they are listening, we will be more likely to make contacts with our "peanut whistles." Thank you Evan. Bob WB8BEL? From: "Evan Hand" <elhandjr@...> To: [email protected] Sent: Tuesday, July 28, 2020 7:06:41 PM Subject: Re: [BITX20] add yourself to the new BITX operators map |