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";
| }
|
|