diff --git a/docs/index.md b/docs/index.md index 1a117b7..65b4454 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ Welcome to my project! Im a Computer Sciences student at Applied University of Amsterdam. With a focus on embedded software development. Im in my second year and im doing the FabAcademy during my internship. Henk is my instructor for the FabAcademy. Im not an offichial student since I'm a intern. ### Hobbies -I like hanging out with friends inside and outside. Whenever we're inside we're probably playing mario kart or another party game. And outside we walk through nature or cities and visit random stores that interest us. For example I like visiting second hand stores because they have a lot of random stuff and also old vintage electronics which I like. +I like hanging out with friends. Whenever we're inside we're probably playing mario kart or another party game. And outside we walk through nature or cities and visit random stores that interest us. For example I like visiting second hand stores because they have a lot of random stuff and also old vintage electronics which I like. ### Music I listen to a lot of metal, mainly powermetal. I also listen to hardstyle/hardcore. diff --git a/src/drone/drone.ino b/src/drone/drone.ino index 9ee1137..727552e 100644 --- a/src/drone/drone.ino +++ b/src/drone/drone.ino @@ -47,9 +47,9 @@ static const uint8_t num_DSM_channels = 6; // If using DSM RX, change this to m // #define GYRO_2000DPS // Uncomment only one full scale accelerometer range (G's) -#define ACCEL_2G // Default +// #define ACCEL_2G // Default // #define ACCEL_4G -// #define ACCEL_8G +#define ACCEL_8G // #define ACCEL_16G //========================================================================================================================//