diff --git a/src/main/programs/lib/basic.lua b/src/main/programs/lib/basic.lua index 5508ace..26d399e 100755 --- a/src/main/programs/lib/basic.lua +++ b/src/main/programs/lib/basic.lua @@ -52,11 +52,11 @@ end return { - clear_display=clear_display, - write_to_file=write_to_file, - append_to_file=append_to_file, - append_to_file_nl=append_to_file_nl, - read_file_oneline=read_file_oneline, - read_file_all=read_file_all, - split_string_to_array=split_string_to_array, + clearDisplay=clearDisplay, + writeToFile=writeToFile, + appendToFile=appendToFile, + appendToFile_nl=appendToFile_nl, + readFileOneline=readFileOneline, + readFileAll=readFileAll, + splitStringToArray=splitStringToArray, } \ No newline at end of file