Voice alerts test build
- FDR
- Offline
+ Compiling 'pages/128x64x1/usb_page.c'
+ Compiling 'pages/128x64x1/voiceconfig_page.c'
In file included from pages/128x64x1/voiceconfig_page.c:37:0:
pages/128x64x1/../common/_voiceconfig_page.c: In function 'voiceid_cb':
pages/128x64x1/../common/_voiceconfig_page.c:182:12: warning: 'vpt' may be used
uninitialized in this function [-Wmaybe-uninitialized]
if (vpt->music == 0) {
^
+ Compiling 'config/display.c'
+ Compiling 'pages/320x240x16/usb_page.c'
+ Compiling 'pages/320x240x16/voiceconfig_page.c'
In file included from pages/320x240x16/voiceconfig_page.c:30:0:
pages/320x240x16/../common/_voiceconfig_page.c: In function 'voiceid_cb':
pages/320x240x16/../common/_voiceconfig_page.c:182:12: warning: 'vpt' may be use
d uninitialized in this function [-Wmaybe-uninitialized]
if (vpt->music == 0) {
^
+ Compiling 'config/display.c'
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Once merged, you will need to once run
sudo /root/build.py --win-prereq
FDR wrote: Now that it has been merged, I can't build the emulators, at least the filesystem:
+ Building 'emu_devo6.exe' Found 16 ranges Found 1 ranges + Copying template files for devo6 + Checking string list length for devo6 filesystem/devo6 adding: deviation-emu_devo6-v5.0.0-4a46e55.exe (deflated 66%) adding: libportaudio-2.dll (deflated 60%) zip warning: name not matched: /opt/mpg123-w32/bin/mpg123.exe make[1]: *** [emu_devo6.zip] Error 12 make: *** [zip_win_emu_devo6] Error 2
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Please, replace the tabs with spaces in the build.py, and I will accept at once...
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
If there was some sort of a mount that would clamp around the antenna base and face the speaker directly forwards it would be optimal ..but i have no 3d printer or unaware of any such mounting clamp..
Please Log in or Create an account to join the conversation.
- Chabaz
- Offline
- Posts: 35
Hardwire only, to the tx pin inside,
Do I still have to build a dfu? I can't meet the requirements for the script to run, so if that's still the case, oh well.
On a side note, I've experienced the voltage drop on my 12s when touching the screen for the past year at least. It is irritating as all get out, but came to understand it is what it is. Has this been fixed also?
Please Log in or Create an account to join the conversation.
- Chabaz
- Offline
- Posts: 35
If anybody would like a picture I will try and upload one
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
www.deviationtx.com/downloads-new/catego...-moeder-voice-alerts
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
FDR wrote: Also the TX builds have these warnings:
+ Compiling 'pages/128x64x1/usb_page.c' + Compiling 'pages/128x64x1/voiceconfig_page.c' In file included from pages/128x64x1/voiceconfig_page.c:37:0: pages/128x64x1/../common/_voiceconfig_page.c: In function 'voiceid_cb': pages/128x64x1/../common/_voiceconfig_page.c:182:12: warning: 'vpt' may be used uninitialized in this function [-Wmaybe-uninitialized] if (vpt->music == 0) { ^ + Compiling 'config/display.c'+ Compiling 'pages/320x240x16/usb_page.c' + Compiling 'pages/320x240x16/voiceconfig_page.c' In file included from pages/320x240x16/voiceconfig_page.c:30:0: pages/320x240x16/../common/_voiceconfig_page.c: In function 'voiceid_cb': pages/320x240x16/../common/_voiceconfig_page.c:182:12: warning: 'vpt' may be use d uninitialized in this function [-Wmaybe-uninitialized] if (vpt->music == 0) { ^ + Compiling 'config/display.c'
to fix warning, add "default:" at voiceid_cb() function:
case VOICE_SRC_MIXER:
+ default:
vpt = &Model.voice.mixer[idx - VOICE_SRC_MIXER];
break;
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Concerning startup sound: is that with voice enabled or without?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
+#if !HAS_EXTENDED_AUDIO
+ // If Extended Audio is present, move startup msg to Splash page to allow additional audio hardware initialization time
MUSIC_Play(MUSIC_STARTUP);
+#endif
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- Morlacus
- Offline
- Posts: 181
The speaker is in front of me and I have a very good sound. I can also use an earphone.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
+ Compiling 'pages/128x64x1/voiceconfig_page.c'
In file included from pages/128x64x1/voiceconfig_page.c:37:
pages/128x64x1/../common/_voiceconfig_page.c: In function 'voiceconfig_getsrctyp
e':
pages/128x64x1/../common/_voiceconfig_page.c:36: error: 'NUM_SWITCHES' undeclare
d (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:36: error: (Each undeclared identif
ier is reported only once
pages/128x64x1/../common/_voiceconfig_page.c:36: error: for each function it app
ears in.)
pages/128x64x1/../common/_voiceconfig_page.c:44: error: 'NUM_AUX_KNOBS' undeclar
ed (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:45: error: 'MODEL_CUSTOM_ALARMS' un
declared (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:49: warning: control reaches end of
non-void function
pages/128x64x1/../common/_voiceconfig_page.c: In function 'voiceconfig_str_cb':
pages/128x64x1/../common/_voiceconfig_page.c:73: error: 'MODEL_CUSTOM_ALARMS' un
declared (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c: In function 'voice_test_cb':
pages/128x64x1/../common/_voiceconfig_page.c:95: error: 'struct Model' has no me
mber named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:96: error: 'struct Model' has no me
mber named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:104: error: 'MODEL_CUSTOM_ALARMS' u
ndeclared (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:105: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:106: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:109: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:110: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:113: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:114: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c: In function 'voicelbl_cb':
pages/128x64x1/../common/_voiceconfig_page.c:125: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:126: error: 'voice_map' undeclared
(first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:126: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:134: error: 'MODEL_CUSTOM_ALARMS' u
ndeclared (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:135: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:136: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:139: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:140: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:143: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:144: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c: In function 'voiceid_cb':
pages/128x64x1/../common/_voiceconfig_page.c:159: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:166: error: 'MODEL_CUSTOM_ALARMS' u
ndeclared (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:167: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:170: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:173: error: 'struct Model' has no m
ember named 'voice'
pages/128x64x1/../common/_voiceconfig_page.c:176: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:176: error: 'CUSTOM_ALARM_ID' undec
lared (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:177: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:178: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:179: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:180: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:182: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:186: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:186: error: dereferencing pointer t
o incomplete type
pages/128x64x1/../common/_voiceconfig_page.c:187: error: 'voice_map_entries' und
eclared (first use in this function)
pages/128x64x1/../common/_voiceconfig_page.c:188: error: dereferencing pointer t
o incomplete type
pages/128x64x1/voiceconfig_page.c: In function 'PAGE_VoiceconfigInit':
pages/128x64x1/voiceconfig_page.c:67: error: 'MODEL_CUSTOM_ALARMS' undeclared (f
irst use in this function)
make[1]: *** [objs/emu_devo7e-w32/voiceconfig_page.o] Error 1
make: *** [zip_win_emu_devo7e] Error 2
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
There should be voice available while ppm is used on the 12/12s. Please check if the error persists, if yes turn audio vol to 0 in the transmitter config and try again.
Please note nightly builds are currently broken due to the merge, working on a fix...
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Builds
- Voice alerts test build