GPIO control.
Bug fix.
This commit is contained in:
@@ -44,6 +44,9 @@ public class SomeCodes {
|
||||
public static boolean useOpenCL;
|
||||
private static final Base64.Encoder base64encoder = java.util.Base64.getEncoder();
|
||||
public static final Gson gson = new Gson();
|
||||
public static final double KB_threshold = 1024.0;
|
||||
public static final double MB_threshold = 1024.0 * 1024.0;
|
||||
public static final double GB_threshold = 1024.0 * 1024.0 * 1024.0;
|
||||
|
||||
public static String[] GetAudioFiles(){
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user