Skip to content

Move from current leeUpdates (1aca5676) to a common point #641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: leeUpdates
Choose a base branch
from

Conversation

LeeLeahy2
Copy link
Collaborator

Changes:

  • Fix various bugs
    Bugs:
    • Developer: Add const to fix builds without ESPNOW
    • menuCommands: Copy just the string to remove the $
    • Network: Fix NTP_SERVER string
    • Network: Include NETWORK_OFFLINE in index and priority tables
    • Network: Start Ethernet after notifying the network layer
    • Network: networkInterfaceHasInternet returns false for NETWORK_OFFLINE
    • Network: Add missing routine header separation
  • Cleanup spacing
  • GNSS: Updates from release_candidate
  • Rename routines and variables
    Changes:
    • correctionsSource::CORR_NUM --> CORR_NUM
    • espnowGetState --> espNowGetState
    • espNowOutgoingRTCM --> espNowOutgoingRTCM
    • espnowSetChannel --> espNowSetChannel
    • espnowData --> espNowData
    • fileSize --> logFileSize
    • fileSize --> fileSizeStr
    • microSdMountThenUpdate --> microSDMountThenUpdate
    • microSdScanForFirmware --> microSDScanForFirmware
    • microSdUpdateFirmware --> microSDUpdateFirmware
    • Fix comments in WiFi
  • ESPNOW: Update use of espNowBroadcastAddr and espNowAddPeer
  • ESPNOW: Move routines
  • ESPNOW: Display error code name
  • Switch from digitalRead to readAnalogPinAsDigital
  • Display: Include release_candidate changes
  • PointPerfect: Update with release_candidate changes
  • Simplify periodically display off state reason
  • MQTT_Client: Add mqttClientPrintSubscribedTopics
  • NTP: Add comments, restrict to Ethernet
  • NtripServer: Simplify server index lookup
  • Wrap some lines
  • Network: Add new routines
    Routines:
    • networkConsumerBits
    • networkConsumers
    • networkSoftApConsumerBits
  • Network: Remove fileName and lineNumber from *InternetConnectionLost
  • Network: Determine if the current interface has internet access
  • TcpServer: Check for soft AP or internet access
  • WebServer: Add comments and stack size variable
  • WiFi: Add wifiSoftApGetIpAddress, and move routines
    Moved routines:
    • wifiDisplaySoftApStatus
    • wifiSoftApGetSsid
    • RTK_WIFI::softApIpAddress
    • RTK_WIFI::softApOnline
  • WiFi: Move locals in WiFi.ino
  • States: Don't allow Base to be in an unknown mode, set SURVEY_IN early
  • menuCommands: Add code from release_candidate
  • icons: Add code from release_candidate
  • menuFirmware: Add otaPullErrorText routine
  • menuMain: Add more debug output, update comments
  • menuPP: Simplify logic
  • menuPP: Merge release_candidate changes
    Changes:
    • Add productVariantSupportsAssistNow
    • Rename beginLBand to updateLBand
    • Rename updateLBand to updateLBandCorrections
  • menuPorts: Add changes from release_candidate
  • settings: Add NETCONSUMER_NTRIP_SERVER
  • settings: Include changes from release_candidate to remove dead code
  • WiFi: Add routine wifiEspNowSetChannel
  • RTK_Everywhere: Add changes from release_candidate
  • GNSS: Suppress RTCM output by PPL if not enabled
    Fix # 633
  • form.h: Rebuild using python scripts

LeeLeahy2 added 30 commits May 15, 2025 08:12
Bugs:
* Developer: Add const to fix builds without ESPNOW
* menuCommands: Copy just the string to remove the $
* Network: Fix NTP_SERVER string
* Network: Include NETWORK_OFFLINE in index and priority tables
* Network: Start Ethernet after notifying the network layer
* Network: networkInterfaceHasInternet returns false for NETWORK_OFFLINE
* Network: Add missing routine header separation
Changes:
* correctionsSource::CORR_NUM --> CORR_NUM
* espnowGetState --> espNowGetState
* espNowOutgoingRTCM --> espNowOutgoingRTCM
* espnowSetChannel --> espNowSetChannel
* espnowData --> espNowData
* fileSize --> logFileSize
* fileSize --> fileSizeStr
* microSdMountThenUpdate --> microSDMountThenUpdate
* microSdScanForFirmware --> microSDScanForFirmware
* microSdUpdateFirmware --> microSDUpdateFirmware
* Fix comments in WiFi
Routines:
* networkConsumerBits
* networkConsumers
* networkSoftApConsumerBits
Moved routines:
* wifiDisplaySoftApStatus
* wifiSoftApGetSsid
* RTK_WIFI::softApIpAddress
* RTK_WIFI::softApOnline
Changes:
* Add productVariantSupportsAssistNow
* Rename beginLBand to updateLBand
* Rename updateLBand to updateLBandCorrections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant