small code update

This commit is contained in:
2025-01-29 18:01:33 +01:00
parent 1f20a0ab7a
commit 658b6181b4
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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
//========================================================================================================================//