1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

constexpr helpers to identify core version (#5269)

This commit is contained in:
david gauchard
2018-11-29 17:10:33 +01:00
committed by GitHub
parent fcdffc5dfd
commit c6777149a8
5 changed files with 181 additions and 3 deletions

View File

@ -77,4 +77,13 @@ WAKE_RFCAL LITERAL1
WAKE_NO_RFCAL LITERAL1
WAKE_RF_DISABLED LITERAL1
ADC_VCC LITERAL1
ADC_TOUT LITERAL1
ADC_TOUT LITERAL1
#######################################
# namespace esp8266
#######################################
coreVersionMajor LITERAL1
coreVersionMinor LITERAL1
coreVersionRevision LITERAL1
coreVersionSubRevision LITERAL1
coreVersionNumeric LITERAL1