Skip to content

Commit

Permalink
merge 3 reset to working
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonae committed Feb 14, 2024
1 parent 8c22d70 commit f393ef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
[platformio]
default_envs = NUCLEO-F103RE-ch4-aht-ap


#RB: not all drivers will fit
[env:NUCLEO-F103RB]
platform = ststm32
Expand Down Expand Up @@ -252,7 +251,7 @@ default_envs = NUCLEO-F103RE-ch4-aht-ap
build_unflags = -O2
# -std=gnu++17
#build_unflags = -std=gnu++11
board_build.f_cpu = 64000000Lg
board_build.f_cpu = 64000000L
lib_deps =
; [email protected]:ZavenArra/ModularSensors.git#stm32f1
https://github.com/ZavenArra/ModularSensors.git#stm32f1
Expand Down
1 change: 0 additions & 1 deletion src/sensors/drivers/registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ void buildDriverSensorMap()
#ifdef RRIV_RGB
setupSensorMaps<rgbDriver>(ATLAS_RGB_SENSOR, F(RGB_DRIVER_TYPE_STRING)); // 4848 bytes
#endif

#ifdef RRIV_AHT
setupSensorMaps<AdaAHTX0>(ADAFRUIT_AHTX0_SENSOR, F(ADAFRUIT_AHTX0_TYPE_STRING));
#endif
Expand Down

0 comments on commit f393ef3

Please sign in to comment.