Skip to content

Commit

Permalink
casi listo para prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Jun 27, 2024
1 parent 601b72d commit c3984bc
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 44 deletions.
93 changes: 50 additions & 43 deletions data_embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,14 @@ <h5>
Station
</h5>
<small
>Add your ham callsign and SSID. Optionally,
you can leave a comment describing your
station. In the bottom there is a field for
personal note that can only be seen in WEB GUI.</small
>
>Add your Ham callsign and SSID.
<br>
<br>
You can leave a comment describing your station.
<br>
<br>
In the bottom there is a field for personal note that can only be seen in WEB GUI.
</small>
</div>
<div class="col-lg-9 col-sm-12">
<div class="row">
Expand Down Expand Up @@ -489,8 +492,8 @@ <h5>
for="beacon.sendViaAPRSIS"
class="form-label"
>Send our beacon to
APRS-IS</label
>
APRS-IS
</label>
</div>
</div>
<div class="col-6">
Expand All @@ -504,8 +507,8 @@ <h5>
<label
for="beacon.sendViaRF"
class="form-label"
>Send beacon via RF</label
>
>Send beacon via RF
</label>
</div>
</div>
<div class="col-6 d-grid gap-2">
Expand All @@ -517,8 +520,8 @@ <h5>
<label
for="beacon.interval"
class="form-label"
>Interval</label
>
>Interval
</label>
<div class="input-group">
<input
type="number"
Expand All @@ -531,8 +534,8 @@ <h5>
min="1"
/>
<span class="input-group-text"
>minutes</span
>
>minutes
</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -640,8 +643,8 @@ <h5>
<label
for="lora.txFreq"
class="form-label"
>Tx Frequency</label
>
>Tx Frequency
</label>
<div class="input-group">
<input
type="text"
Expand All @@ -659,17 +662,17 @@ <h5>
class="form-control"
required=""
/>
<span class="input-group-text"
>Hz</span
>
<span class="input-group-text">
Hz
</span>
</div>
</div>
<div class="col-6">
<label
for="lora.rxFreq"
class="form-label"
>Rx Frequency</label
>
class="form-label">
Rx Frequency
</label>
<div class="input-group">
<input
type="text"
Expand All @@ -679,8 +682,8 @@ <h5>
class="form-control"
/>
<span class="input-group-text"
>Hz</span
>
>Hz
</span>
</div>
</div>
</div>
Expand All @@ -689,8 +692,8 @@ <h5>
<label
for="action.speed"
class="form-label"
>Predefined speeds</label
>
>Predefined speeds
</label>
<select
class="form-select form-select"
name="action.speed"
Expand Down Expand Up @@ -725,8 +728,8 @@ <h5>
<label
for="lora.signalBandwidth"
class="form-label"
>Bandwidth</label
>
>Bandwidth
</label>
<div class="input-group">
<select
class="form-select form-select"
Expand All @@ -750,8 +753,8 @@ <h5>
<label
for="lora.spreadingFactor"
class="form-label"
>Spreading Factor</label
>
>Spreading Factor
</label>
<select
class="form-select form-select"
name="lora.spreadingFactor"
Expand All @@ -775,9 +778,9 @@ <h5>
<div class="col-6">
<label
for="lora.codingRate4"
class="form-label"
>Coding Rate</label
>
class="form-label">
Coding Rate
</label>
<select
class="form-select form-select"
name="lora.codingRate4"
Expand All @@ -794,9 +797,9 @@ <h5>
<div class="col-6">
<label
for="lora.power"
class="form-label"
>Power</label
>
class="form-label">
Power
</label>
<div class="input-group">
<input
type="number"
Expand Down Expand Up @@ -940,9 +943,15 @@ <h5>
</svg>
Battery
</h5>
<small>Battery Monitor & Health <br>
Max Voltage on input pin is 3.3V.
Calculate voltage divider accordingly.</small>
<small>
Battery Monitor & Health
<br>
<br>
Max Voltage on input pin is 3.3V.
<br>
<br>
Calculate voltage divider accordingly.
</small>
</div>
<div class="col-9 mt-2">
<div class="row mt-2">
Expand Down Expand Up @@ -1094,7 +1103,7 @@ <h5>
</svg>
Telemetry
</h5>
<small>Define the telemetry</small>
<small>Define Wx telemetry</small>
</div>
<div class="col-9 mt-2">
<div class="row">
Expand All @@ -1111,9 +1120,7 @@ <h5>
class="form-label"
><b>Activate Wx Telemetry</b>
<small
>Requires a BME/BMP280 or
BME680 sensor
installed</small
>Requires a BME/BMP280, BME680 or Si7021 sensor installed</small
></label
>
</div>
Expand Down Expand Up @@ -1570,7 +1577,7 @@ <h5>
<label
for="other.lowPowerMode"
class="form-label"
>Low power mode</label
>Low power mode (only for HT-CT62)</label
>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif

String versionDate = "2024.06.26";
String versionDate = "2024.06.27";
Configuration Config;
WiFiClient espClient;

Expand Down

0 comments on commit c3984bc

Please sign in to comment.