hc
2023-11-07 f45e756958099c35d6afb746df1d40a1c6302cfc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.rockchip.alexa.jacky.app;
 
/**
 * Created by Administrator on 2017/5/2.
 */
 
public class Context {
    public static final String HOTSPOT_PREFIX = "Rockchip-Echo-";
 
    // about http request
    public static String HTTP_IP_ADDRESS            = "http://172.16.14.66";
    public static String HTTP_REQUEST_NEW_VERSION   = "/fw_version";
    public static String HTTP_REQUEST_FIRMWARE      = "/firmware/firmware.zip";
}