Skip to content

Instantly share code, notes, and snippets.

View coreysnyder's full-sized avatar

Corey Snyder coreysnyder

View GitHub Profile
export function toggleSidebar(){
return {
type: TOGGLE_SIDE_NAV,
text: "TEST",
}
}
export default function(state = true, action) {
console.log('default state', state, action);
const ProjectListLi = ({index, project, canManageProjects, editClickCB, selectProject}) => (
<li className="col-sm-3" role="menuitem" onClick={(e) => selectProject(project)}>
<div id={project.name + '-' + project.id} className={'tile'}>
<h3>{project.name}</h3>
{canManageProjects && (
<div className="edit-bar text-muted" onClick={(e) => editClickCB(e, project)}>
<i className="glyphicon glyphicon-pencil"></i> EDIT
</div>
)}
</div>
@coreysnyder
coreysnyder / PyrodroneF4BF3.3.txt
Created August 10, 2018 01:21
Pyrodrone F4 Setup - BF 3.3
# feature
feature TELEMETRY
feature AIRMODE
feature ESC_SENSOR
feature ANTI_GRAVITY
feature DYNAMIC_FILTER
# beeper
beeper -ON_USB