瀏覽代碼

version 1.3.0

master
gituser 10 月之前
父節點
當前提交
05a35b64f6
共有 2 個檔案被更改,包括 8 行新增6 行删除
  1. 7
    5
      FSRemotePowerSwitch.ino
  2. 1
    1
      sloeber.ino.cpp

+ 7
- 5
FSRemotePowerSwitch.ino 查看文件

@@ -17,22 +17,24 @@

const char *Version = "V1.3.0";

const String CMD_VER = "Version";
const String CMD_SENDER_PC = "FSRemotePowerSwitch_PC";
const String CMD_SENDER_AN = "FSRemotePowerSwitch_AN";
const String CMD_VER = "Version";
const String CMD_STATUS_RELAY = "Status_Relay";

const String CMD_POWER_RELAY = "Power_Relay";
const String CMD_STATUS_CAM = "Status_Cam";
const String CMD_STATUS_RELAY = "Status_Relay";

const String CMD_POWER_CAM = "Power_Cam";
const String CMD_STATUS_CAM = "Status_Cam";
const String CMD_AZIMUT_CAM = "Azimut_Cam";
const String CMD_ACT_AZIMUT_CAM = "Actual_Azimut_Cam";
const String CMD_ZERO_CAM = "Zero_Cam";
const String CMD_VELOCITY_CAM = "Velocity_Cam";
const String CMD_STATUS_VELOCITY_CAM = "Status_Velocity_Cam";
const String CMD_VAL_ON = "On";
const String CMD_VAL_OFF = "Off";
const String CMD_VELOCITY_SLOW = "Slow";
const String CMD_VELOCITY_FAST = "Fast";
const String CMD_VAL_ON = "On";
const String CMD_VAL_OFF = "Off";

const int PWR_RELAY_PIN = 5;
const int PWR_CAM_PIN = 6;

+ 1
- 1
sloeber.ino.cpp 查看文件

@@ -2,7 +2,7 @@
//This is a automatic generated file
//Please do not modify this file
//If you touch this file your change will be overwritten during the next build
//This file has been generated on 2025-01-22 14:02:36
//This file has been generated on 2025-01-22 18:08:22

#include "Arduino.h"
#include "Arduino.h"

Loading…
取消
儲存