Merge pull request #72 from jessekoester/bugfix/fix-esp-adc-calc-import

Update Import
This commit is contained in:
Lewis He 2023-03-13 17:13:52 +08:00 committed by GitHub
commit dcf80534c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
#include "WiFi.h"
#include <Wire.h>
#include "Button2.h"
#include "esp_adc_cal.h"
#include <esp_adc_cal.h>
#include "bmp.h"