Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DoImant committed Jul 5, 2023
1 parent 7af960b commit 7825915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TinyAVR-Sensegg-Light/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// Set basic data per sensor here
#if (SENSOR_ID == 201)
//constexpr float NTC_R {10006.0}; // Measured resistance for the NTC temperature sensor
constexpr float NTC_R {10080.0}; // Measured resistance for the NTC temperature sensor
constexpr float NTC_R {10080.0};
constexpr rf24_pa_dbm_e RF24_SENDPWR {RF24_PA_MAX}; // Define transmit power (RF24_PA_MAX(3)),
// (RF24_PA_HIGH(2)), (RF24_PA_LOW(1)), (RF24_PA_MIN(0))
uint8_t addresses[][6] = {"0Base", "1SEgg"}; // Addresses for sender and receiver;
Expand Down

0 comments on commit 7825915

Please sign in to comment.