Skip to content
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

Several improvements and fixes #285

Merged
merged 36 commits into from
Nov 17, 2024
Merged

Several improvements and fixes #285

merged 36 commits into from
Nov 17, 2024

Conversation

vanvught
Copy link
Owner

No description provided.

- Moved SoftwareTimers to timers.cpp
- Converted class I2cDetect to free standing function i2c_detect
Removed Run() for:
- MDNS
- DmxConfigUdp
- TFTPDaemon
- Removed MDNS mDns
- mDns.Print() -> mdns_print();
- Removed mDns.Run()
- mDns.ServiceRecordAdd -> mdns_service_record_add
Fixed issue with FreeRTOS includes
- Refactoring
- Only code that needs -O2 has its own setting
- The same is available in class FirmwareVersion
- Not needed anymore. It's default compile option now.
- Refactoring
Removed:
- display.TextStatus(NetworkConst::MSG_NETWORK_INIT, CONSOLE_YELLOW);
- display.TextStatus(NetworkConst::MSG_NETWORK_STARTED, CONSOLE_GREEN);
@vanvught vanvught merged commit 7a83cc4 into master Nov 17, 2024
4 checks passed
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