1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Update core_esp8266_phy.c

This commit is contained in:
Testato 2015-06-25 11:38:43 +02:00
parent 4d740bd8e1
commit 411773dffa

View File

@ -211,7 +211,7 @@ static uint8_t phy_init_data[128] =
// 2) // 2)
// getVcc function (system_get_vdd33): // getVcc function (system_get_vdd33):
// is only available when TOUT pin17 is suspended (floating), this function measure the power voltage of VDD3P3 pin 3 and 4 // is only available when TOUT pin17 is suspended (floating), this function measure the power voltage of VDD3P3 pin 3 and 4
// For this function the vdd33_const must be set as 255. // For this function the vdd33_const must be set to 255 (0xFF).
[107] = 33, [107] = 33,
// disable RF calibration for certain number of times // disable RF calibration for certain number of times