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

Serial feature #309

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Serial feature #309

wants to merge 26 commits into from

Conversation

mjkl-gh
Copy link

@mjkl-gh mjkl-gh commented Jul 4, 2022

I've developed a Serial feature for forwarding traffic from some, selectable, GPIO pins to a TCP socket. Since ser2net devices seem to become more common, it might be worth implementing them into the framework.

However, since this is not a feature everyone uses I've defaulted the feature to off,

I still need some help with the esp8266 part though. I currently have no idea on how to select pin validators based on board dynamically. (esp8266, vs esp32)

This is currently a work in progress, but I hope to get some input from you

Conflicts:
	README.md
	factory_settings.ini
	features.ini
	interface/.env.development
	interface/package-lock.json
	interface/package.json
	interface/src/AppRouting.tsx
	interface/src/ap/APSettingsForm.tsx
	interface/src/api/Endpoints.ts
	interface/src/api/Env.ts
	interface/src/authentication/AuthenticatedRoute.tsx
	interface/src/authentication/AuthenticationContext.tsx
	interface/src/authentication/AuthenticationWrapper.tsx
	interface/src/components/MenuAppBar.tsx
	interface/src/components/RestController.tsx
	interface/src/components/index.ts
	interface/src/features/FeaturesContext.tsx
	interface/src/framework/wifi/WiFiConnectionContext.tsx
	interface/src/ntp/TimeFormat.ts
	interface/src/system/OTASettingsForm.tsx
	interface/src/system/System.tsx
	interface/src/validators/optional.ts
	interface/src/validators/or.ts
	interface/src/wifi/WiFiConnection.tsx
	interface/src/wifi/WiFiConnectionContext.tsx
	interface/src/wifi/WiFiSettingsForm.tsx
	interface/tsconfig.json
	lib/framework/ESPUtils.h
	lib/framework/MqttSettingsService.h
@mjkl-gh
Copy link
Author

mjkl-gh commented Jul 10, 2022

closes #222

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.

None yet

1 participant