Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Jan 3, 2025
1 parent 909a405 commit 29cb7ca
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Firmware/RTK_Everywhere/AP-Config/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ function parseIncoming(msg) {
else if (id.includes("messageRate") || id.includes("messageIntervalRTCM")) {
// messageRateNMEA_GPDTM
// messageRateRTCMRover_RTCM1001
// messagRatesRTCMBase_RTCM1001
// messageRatesRTCMBase_RTCM1001
// messageIntervalRTCMRover_RTCM1230
// messageIntervalRTCMBase_RTCM1230
var messageName = id;
Expand Down
4 changes: 2 additions & 2 deletions Firmware/RTK_Everywhere/Display.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ void setESPNowIcon_TwoRadios(std::vector<iconPropertyBlinking> *iconList)
prop.icon = ESPNowSymbol1Left64x48;
else // if (espnowRSSI > -255)
prop.icon =
ESPNowSymbol0Left64x48; // Always show the synbol because we've got incoming or outgoing data
ESPNowSymbol0Left64x48; // Always show the symbol because we've got incoming or outgoing data
iconList->push_back(prop);

// Share the spot. Determine if we need to indicate Up, or Down
Expand Down Expand Up @@ -2161,7 +2161,7 @@ void displayWiFiConnect()
}

// When user does a factory reset, let us know
void displaySytemReset()
void displaySystemReset()
{
displayMessage("Factory Reset", 0);
}
Expand Down
6 changes: 3 additions & 3 deletions Firmware/RTK_Everywhere/Network.ino
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ void networkDisplayInterface(NetIndex_t index)
if (hasIP)
{
if (netif->hasGlobalIPv6())
systemPrintf(" Global IPv6 Adress: %s\r\n", netif->globalIPv6().toString().c_str());
systemPrintf(" Global IPv6 Address: %s\r\n", netif->globalIPv6().toString().c_str());
if (netif->hasLinkLocalIPv6())
systemPrintf(" Link Local IPv6 Adress: %s\r\n", netif->linkLocalIPv6().toString().c_str());
systemPrintf(" Link Local IPv6 Address: %s\r\n", netif->linkLocalIPv6().toString().c_str());
systemPrintf(" IPv4 Address: %s (%s)\r\n", netif->localIP().toString().c_str(),
settings.ethernetDHCP ? "DHCP" : "Static");
systemPrintf(" Subnet Mask: %s\r\n", netif->subnetMask().toString().c_str());
Expand Down Expand Up @@ -671,7 +671,7 @@ void networkMarkOffline(NetIndex_t index)
// Leave this network on in hopes that it will regain a connection
previousPriority = networkPriority;

// Search in decending priority order for the next online network
// Search in descending priority order for the next online network
priority = networkPriorityTable[index];
for (priority += 1; priority < NETWORK_OFFLINE; priority += 1)
{
Expand Down
8 changes: 4 additions & 4 deletions Firmware/RTK_Everywhere/RTK_Everywhere.ino
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const int shutDownButtonTime = 2000; // ms press and hold before shutdown
bool firstButtonThrownOut = false;
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

// Webserver for serving config page from ESP32 as Acess Point
// Webserver for serving config page from ESP32 as Access Point
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

// Because the incoming string is longer than max len, there are multiple callbacks so we
Expand Down Expand Up @@ -737,7 +737,7 @@ uint32_t lastSetupMenuChange; // Limits how much time is spent in the setup menu
uint32_t lastTestMenuChange; // Avoids exiting the test menu for at least 1 second
uint8_t setupSelectedButton =
0; // In Display Setup, start displaying at this button. This is the selected (highlighted) button.
std::vector<setupButton> setupButtons; // A vector (linked list) of the setup 'butttons'
std::vector<setupButton> setupButtons; // A vector (linked list) of the setup 'buttons'

bool firstRoverStart; // Used to detect if the user is toggling the power button at POR to enter the test menu

Expand Down Expand Up @@ -1038,7 +1038,7 @@ void setup()
um980FirmwareBeginUpdate();

DMW_b("beginPsram");
beginPsram(); // Inialize PSRAM (if available). Needs to occur before beginGnssUart and other malloc users.
beginPsram(); // Initialize PSRAM (if available). Needs to occur before beginGnssUart and other malloc users.

DMW_b("beginMux");
beginMux(); // Must come before I2C activity to avoid external devices from corrupting the bus. See issue #474:
Expand Down Expand Up @@ -1089,7 +1089,7 @@ void setup()
networkBegin();

DMW_b("beginFuelGauge");
beginFuelGauge(); // Configure battery fuel guage monitor
beginFuelGauge(); // Configure battery fuel gauge monitor

DMW_b("beginCharger");
beginCharger(); // Configure battery charger
Expand Down
2 changes: 1 addition & 1 deletion Firmware/RTK_Everywhere/menuFirmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ void updateFromSD(const char *firmwareFileName)
// Bulk write from the SD file to flash
while (firmwareFile.available())
{
bluetoothLedBlink(); // Toggle LED to indcate activity
bluetoothLedBlink(); // Toggle LED to indicate activity

int bytesToWrite = pageSize; // Max number of bytes to read
if (firmwareFile.available() < bytesToWrite)
Expand Down
2 changes: 1 addition & 1 deletion Firmware/RTK_Everywhere/menuMain.ino
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ void changeProfileNumber(byte newProfileNumber)
// Erase all settings. Upon restart, unit will use defaults
void factoryReset(bool alreadyHasSemaphore)
{
displaySytemReset(); // Display friendly message on OLED
displaySystemReset(); // Display friendly message on OLED

tasksStopGnssUart();

Expand Down
2 changes: 1 addition & 1 deletion Firmware/RTK_Everywhere/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ struct Settings
uint8_t gnssUartInterruptsCore =
1; // Core where hardware is started and interrupts are assigned to, 0=core, 1=Arduino
uint8_t handleGnssDataTaskCore = 1; // Core where task should run, 0=core, 1=Arduino
uint8_t handleGnssDataTaskPriority = 1; // Read from the cicular buffer and dole out to end points (SD, TCP, BT).
uint8_t handleGnssDataTaskPriority = 1; // Read from the circular buffer and dole out to end points (SD, TCP, BT).
uint8_t i2cInterruptsCore = 1; // Core where hardware is started and interrupts are assigned to, 0=core, 1=Arduino
uint8_t measurementScale = MEASUREMENT_UNITS_METERS;
bool printBootTimes = false; // Print times and deltas during boot
Expand Down
2 changes: 1 addition & 1 deletion Firmware/Test Sketches/Hookup_Display/Display.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ void displayWiFiConfig()
}

//When user does a factory reset, let us know
void displaySytemReset()
void displaySystemReset()
{
displayMessage("Factory Reset", 0);
}
Expand Down

0 comments on commit 29cb7ca

Please sign in to comment.