Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Mar 28, 2024
1 parent f077ebd commit a35632c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ReadBattery/ReadBattery.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* If V1.1 needs to be read, then you need to add a 100K 1% voltage divider resistor between the battery and GND
* When connected to the USB, the battery voltage data read is not the real battery voltage, so the battery
* voltage is sent to the UDP Server through UDP. When using it, please disconnect the USB-C
* T-A7670x : Only version V1.3 has the resistor divider connected to the solar input, other versions IO38 is not connected
* T-A7670x : Only version V1.4 has the resistor divider connected to the solar input, other versions IO38 is not connected
* @note Onlu support T-A7670 ,T-A7608X, T-SIM7672G board , not support T-Call A7670
*/
#include <esp_adc_cal.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/ReadBattery/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define TINY_GSM_MODEM_A7670
#endif

// It is only available in V1.3 version. In other versions, IO38 is not connected.
// It is only available in V1.4 version. In other versions, IO38 is not connected.
#define BOARD_SOLAR_ADC_PIN (38)


Expand Down

0 comments on commit a35632c

Please sign in to comment.