Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
fix for the latest Kiss ESC FW Version
Browse files Browse the repository at this point in the history
  • Loading branch information
SAMUD committed Mar 1, 2017
1 parent d1da420 commit a621841
Show file tree
Hide file tree
Showing 10 changed files with 944 additions and 944 deletions.
Binary file modified KISS_OSD/.vs/KISS_OSD/v14/.suo
Binary file not shown.
Binary file modified KISS_OSD/Debug/KISS_OSD.cpp.o
Binary file not shown.
Binary file modified KISS_OSD/Debug/KISS_OSD.elf
Binary file not shown.
938 changes: 469 additions & 469 deletions KISS_OSD/Debug/KISS_OSD.hex

Large diffs are not rendered by default.

Binary file modified KISS_OSD/Debug/KISS_OSD.ino.elf
Binary file not shown.
938 changes: 469 additions & 469 deletions KISS_OSD/Debug/KISS_OSD.ino.hex

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions KISS_OSD/Debug/board.buildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,14 @@ vm.last.preproc.file.1.lineend=257
vm.last.preproc.file.1.prefix_lines=0
vm.last.preproc.file.2.file=Functions_algo.ino
vm.last.preproc.file.2.offset=258
vm.last.preproc.file.2.length=21589
vm.last.preproc.file.2.length=21590
vm.last.preproc.file.2.linecount=675
vm.last.preproc.file.2.linestart=257
vm.last.preproc.file.2.lineend=932
vm.last.preproc.file.2.prefix_lines=0
vm.last.preproc.file.3.file=GlobalVar.h
vm.last.preproc.file.3.offset=0
vm.last.preproc.file.3.length=5323
vm.last.preproc.file.3.length=5324
vm.last.preproc.file.3.linecount=172
vm.last.preproc.file.3.linestart=932
vm.last.preproc.file.3.lineend=1104
Expand All @@ -372,7 +372,7 @@ build.project_name=KISS_OSD.ino
runtime.vm.ide.platforms.path=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\bcmk3pdw.ga2\Micro Platforms
build.variant.path=C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs
archive_file=core.a
extra.time.local=71488879
extra.time.local=73454059
tools.ctags.path={runtime.tools.ctags.path}
tools.ctags.cmd.path={path}/ctags
tools.ctags.pattern="{cmd.path}" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "{source_file}"
Expand Down
2 changes: 1 addition & 1 deletion KISS_OSD/Functions_algo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ void OSDmakegrey() {

void ClearTempCharConverted()
{
for (uint8_t i = 0; i < 9; i++)
for (uint8_t i = 0; i < 15; i++)
{
TempCharConverted[i] = ' ';
}
Expand Down
2 changes: 1 addition & 1 deletion KISS_OSD/GlobalVar.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static uint8_t lastMode = 0;


static uint8_t TempCharPosition;
static char TempCharConverted[8];
static char TempCharConverted[11];

static uint32_t LastLoopTime;

Expand Down
2 changes: 1 addition & 1 deletion KISS_OSD/KISS_OSD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ KISS FC OSD
by Samuel Daurat ([email protected])
based on the code by Felix Niessen ([email protected])
*/
# define OSDVersion "5.5"
# define OSDVersion "5.6"
#define DMemoryVersion 6
/*
*****************************************************************************************************
Expand Down

0 comments on commit a621841

Please sign in to comment.