- 
                Notifications
    You must be signed in to change notification settings 
- Fork 151
Serial feature #309
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
      
      
            mjkl-gh
  wants to merge
  26
  commits into
  rjwats:master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
mjkl-gh:SerialFeature
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            Serial feature #309
Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    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
| closes #222 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
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