Skip to content

Commit

Permalink
v6.19
Browse files Browse the repository at this point in the history
- General | RPi 3A+: Added hardware code enabling correct detection and naming of device.
  • Loading branch information
Daniel Knight committed Nov 30, 2018
1 parent 21176e3 commit 2c584c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ v6.19
(xx/12/18)

Changes / Improvements / Optimisations:
- General | RPi 3A+: Added hardware code enabling correct naming of device throughout DietPi: https://github.com/Fourdee/DietPi/issues/2301
- DietPi-Software | LXDE: Applied updated DietPi theme and wallpaper. For new installations only.
- DietPi-Software | Blynk Server: Now installed to DietPi userdata directory, and, runs under blynk user. Many thanks to @joaofl for this PR! https://github.com/Fourdee/DietPi/pull/2287
- DietPi-Software | Reboot prompt: Will now occur prior to the system rebooting. Giving you time to do more, before rebooting! :D


Bug Fixes:
- General | Asus TB (based on our recent 2.0.8 Tinker OS pre-image): Resolved issue with corrupt characters in desktops.
- DietPi-Software | Chromium: Resolved incorrect scale of window under Kiosk mode: https://github.com/Fourdee/DietPi/issues/2298#issuecomment-442995196
Expand Down
10 changes: 10 additions & 0 deletions dietpi/func/dietpi-obtain_hw_model
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,16 @@
G_HW_MODEL=3
HW_ONBOARD_WIFI=1

elif [[ $HW_REVISION_CODE == *'9020e0' ]]; then

HW_RELEASE_DATE='Q3 2018'
G_HW_MODEL_DESCRIPTION+='3 Model A+'
HW_PCB_REVISION_CODE='1.0'
HW_MEMORY_SIZE=512
HW_MANUFACTURER_NAME='Sony UK'
G_HW_MODEL=3
HW_ONBOARD_WIFI=1

fi

}
Expand Down

0 comments on commit 2c584c1

Please sign in to comment.