Difference between revisions of "Source code"

From FlySight
Jump to: navigation, search
(Created page with "Firmware source code and schematics are available on the Git repository: http://github.com/flysight/flysight For the moment, the plan is to keep the main firmware branch fai...")
 
Line 1: Line 1:
 
Firmware source code and schematics are available on the Git repository:
 
Firmware source code and schematics are available on the Git repository:
  
http://github.com/flysight/flysight
+
https://github.com/flysight/flysight
  
For the moment, the plan is to keep the main firmware branch fairly lean. Changes and new features can be developed and tested in a separate [http://help.github.com/forking/ fork], and then added to the main branch using a [http://help.github.com/pull-requests/ pull request].
+
For the moment, the plan is to keep the main firmware branch fairly lean. Changes and new features can be developed and tested in a separate [http://help.github.com/forking/ fork], and then added to the main branch using a [https://help.github.com/pull-requests/ pull request].

Revision as of 02:11, 23 January 2024

Firmware source code and schematics are available on the Git repository:

https://github.com/flysight/flysight

For the moment, the plan is to keep the main firmware branch fairly lean. Changes and new features can be developed and tested in a separate fork, and then added to the main branch using a pull request.